https://github.com/sethbergman/friendly-pix
A clone of Instagram using Firebase and Express || https://friendly-pix.npmstack.com
https://github.com/sethbergman/friendly-pix
database firebase-popup firebase-redirect javascript
Last synced: 8 months ago
JSON representation
A clone of Instagram using Firebase and Express || https://friendly-pix.npmstack.com
- Host: GitHub
- URL: https://github.com/sethbergman/friendly-pix
- Owner: sethbergman
- License: apache-2.0
- Created: 2017-04-20T18:54:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-24T02:08:19.000Z (almost 8 years ago)
- Last Synced: 2024-12-26T20:42:37.376Z (over 1 year ago)
- Topics: database, firebase-popup, firebase-redirect, javascript
- Language: HTML
- Homepage:
- Size: 856 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Firebase Quickstarts for Javascript
A collection of quickstart samples demonstrating the Firebase APIs using the Javascript SDK. For more information, see https://firebase.google.com.
Samples available:
- [Auth](auth)
- Anonymous Auth
- Custom Auth
- [Google Auth in a Chrome Extensions](auth/chromextension)
- Facebook auth using Facebook login button
- Facebook auth using Firebase popup
- Facebook auth using Firebase redirect
- Google auth using Google sign-in button
- Google auth using Firebase popup
- Google auth using Firebase redirect
- Twitter auth using Firebase popup
- Twitter auth using Firebase redirect
- GitHub auth using Firebase popup
- GitHub auth using Firebase redirect
- [Database](database)
- Simple Social Blogging app
- [Storage](storage)
- Upload a file to Firebase Storage and display its URL
- [Messaging](messaging)
- Send notifications
## How to make contributions?
Please read and follow the steps in the [CONTRIBUTING.md](CONTRIBUTING.md)
## License
See [LICENSE](LICENSE)