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 expo start, try it out.
  • Take a new picture or upload one from your library
  • See the image being rendered from Firebase

📝 Notes