Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maxgfr/expo-upload-content-firebase

Upload content to firebase with expo
https://github.com/maxgfr/expo-upload-content-firebase

event-listeners expo expo-document-picker expo-firebase expo-image-picker firebase mime-types progress-bar react-native upload

Last synced: 7 days ago
JSON representation

Upload content to firebase with expo

Awesome Lists containing this project

README

        

# expo-upload-content-firebase

It is a react-native application which lets a user to upload its content to Firebase Storage. A progress bar is displayed during the upload.

## To run it

```
mv .env.example .env #and set your own firebase credentials
npm install -g expo-cli
npm install
expo start
```

## Screenshot