Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maxgfr/expo-upload-content-firebase
- Owner: maxgfr
- License: mit
- Created: 2019-11-28T16:24:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T20:20:40.000Z (9 months ago)
- Last Synced: 2024-04-14T11:31:47.135Z (7 months ago)
- Topics: event-listeners, expo, expo-document-picker, expo-firebase, expo-image-picker, firebase, mime-types, progress-bar, react-native, upload
- Language: JavaScript
- Homepage:
- Size: 480 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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