Skip to content

Latest commit

 

History

History
 
 

with-firebase-storage-upload

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Firebase Storage Upload Example

Supports Expo iOS Supports Expo Android

This example demonstrates how you can upload images (and other files) to Firebase Storage. Read App.js for more info, in particular the uploadImageAsync function.

🚀 How to use

  • Run yarn or npm install
  • Run yarn start or npm run start to try it out.
  • Take a new picture or upload one from your library
  • See the image being rendered from Firebase

📝 Notes