All Projects → ionicthemes → ionic-firebase-image-upload

ionicthemes / ionic-firebase-image-upload

Licence: other
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.

Programming Languages

typescript
32286 projects
SCSS
7915 projects
HTML
75241 projects
swift
15916 projects
javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to ionic-firebase-image-upload

ionicfirebaseauth
Exemplo de alguns tipos de autenticação com Ionic 2 e Firebase
Stars: ✭ 18 (-5.26%)
Mutual labels:  ionic, ionic-framework, firebase-storage
ionic-facebook-login
Ionic starter app to show you how to add Facebook Log In to an Ionic App.
Stars: ✭ 69 (+263.16%)
Mutual labels:  ionic, ionic-framework, ionic-tutorial
ionic3-image-handling
In this ionic tutorial you will learn how to access the image gallery and take pictures from an ionic app. Also we will show you how to add a image cropper. This ionic tutorial includes a working ionic app example you can reuse for your needs.
Stars: ✭ 35 (+84.21%)
Mutual labels:  ionic, ionic-framework, ionic-tutorial
tutorial-photo-gallery-vue
Photo Gallery Tutorial: Ionic Vue and Capacitor
Stars: ✭ 33 (+73.68%)
Mutual labels:  ionic, ionic-framework, capacitor
Ionic Firebase Starter App
Ionic 4 firebase CRUD tutorial to learn how to create a firebase application to perform Authentication and all CRUD operations in an ionic 4 application. You can use this FREE Ionic Firebase Starter App as a base to create your Ionic App with Firebase backend :)
Stars: ✭ 77 (+305.26%)
Mutual labels:  ionic, ionic-framework, firebase-storage
google-maps-places-geolocation-for-your-ionic-app
Ionic example app of how to add Google maps, places, geolocation and related features into an Ionic Framework app.
Stars: ✭ 13 (-31.58%)
Mutual labels:  ionic, ionic-framework, ionic-tutorial
ionic-socialsharing-with-deeplinking-example
Ionic Social Sharing and Deep Linking example app. Complete Ionic Tutorial with free example app! Built for Ionic 3.
Stars: ✭ 16 (-15.79%)
Mutual labels:  ionic, ionic-framework, ionic-tutorial
ionic-image-upload
Ionic Plugin for Uploading Images to Amazon S3
Stars: ✭ 26 (+36.84%)
Mutual labels:  ionic, ionic-framework
FhemNative
Cross Platform FHEM-HomeAutomation Frontend
Stars: ✭ 14 (-26.32%)
Mutual labels:  ionic, capacitor
IonicMadrid
Charlas Ionic Madrid
Stars: ✭ 14 (-26.32%)
Mutual labels:  ionic, capacitor
ionic-vue-mobile-template-03
Hybrid app template built with vue, ionic and capacitor.
Stars: ✭ 62 (+226.32%)
Mutual labels:  ionic, capacitor
ionic-video-chat-support
Ionic 3 Video and Group Text Chat
Stars: ✭ 19 (+0%)
Mutual labels:  ionic, ionic-framework
ionic-hockeyapp
Need HockeyApp in your Ionic application, add this package!
Stars: ✭ 19 (+0%)
Mutual labels:  ionic, ionic-framework
ionic3-start-theme
Ionic 3 Start Theme with 10 Pages, mock data, providers samples, Storage, Http and more...
Stars: ✭ 130 (+584.21%)
Mutual labels:  ionic, ionic-framework
ionic-angular-news-app
📋 Ionic-Angular app to fetch news articles from a REST API using Typescript interfaces to define the expected structure of the json objects returned & http service providers. Custom pipes used to modify API news article titles, contents and convert the Universal Time Constant (UTC) date string. Dark mode, Offline Storage of favourite articles & …
Stars: ✭ 21 (+10.53%)
Mutual labels:  ionic, ionic-framework
ionic-login-component
Free sample of Premium Ionic Login Component
Stars: ✭ 17 (-10.53%)
Mutual labels:  ionic, ionic-framework
ionic-vue-mobile-template-01
Hybrid app template built with vue, ionic and capacitor.
Stars: ✭ 47 (+147.37%)
Mutual labels:  ionic, capacitor
ionic4-ngrx-firebase
A basic application for Ionic 4 with firebase & ngrx actions, reducers and effects
Stars: ✭ 17 (-10.53%)
Mutual labels:  ionic, ionic-framework
ionic-ecommerce
eCommerce client for IOS, Android and Windows Platform with Ionic
Stars: ✭ 66 (+247.37%)
Mutual labels:  ionic, ionic5
ionic-uber-clone
Ionic 4 Taxi Booking script
Stars: ✭ 34 (+78.95%)
Mutual labels:  ionic, ionic-framework

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].