Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ionicthemes/ionic-firebase-image-upload
Building an Ionic App with Protected/Private Content. This app shows how to use Firebase Storage from an Ionic Angular app both with public and private content.
https://github.com/ionicthemes/ionic-firebase-image-upload
angular capacitor firebase firebase-storage ionic ionic-firebase ionic-framework ionic-tutorial ionic5
Last synced: 3 days ago
JSON representation
Building an Ionic App with Protected/Private Content. This app shows how to use Firebase Storage from an Ionic Angular app both with public and private content.
- Host: GitHub
- URL: https://github.com/ionicthemes/ionic-firebase-image-upload
- Owner: ionicthemes
- Created: 2018-05-21T01:13:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-24T11:47:03.000Z (almost 3 years ago)
- Last Synced: 2024-07-12T12:39:20.099Z (4 months ago)
- Topics: angular, capacitor, firebase, firebase-storage, ionic, ionic-firebase, ionic-framework, ionic-tutorial, ionic5
- Language: TypeScript
- Homepage: https://ionicthemes.com/tutorials
- Size: 2.06 MB
- Stars: 24
- Watchers: 3
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Upload Images to Firebase Storage from your Ionic app
This app shows how to use Firebase Storage from an Ionic app.
In Firebase Storage files can be either public or protected using security rules to determine who has access to them.
We included examples of both cases: a section with public files visible to everyone and a private section, with authentication so the files can restrict access to content by user. The app includes the code to upload, list, and delete protected files.
- [Demo](https://storage-tutorial.web.app)
- [Tutorial](https://ionicframework.com/blog/building-an-ionic-app-with-protected-private-content/)
- [Ionic Freebies](https://ionicthemes.com/templates/category/freebies)
- [Ionic 6 Starters](https://ionicthemes.com/templates/ionic5-full-starter-app)