Web Backend using Firebase |
- Explain backend free Website.
- User Login and Logout.
- Checking session and auth callback.
- Socail Login.
- Realtime database - Save, update, create and retrive, retrive multile list, listner multiple child_add/remove/update
Auth: https://www.youtube.com/watch?v=iKlWaUszxB4
Database: https://www.youtube.com/watch?v=m3TMPyQNAVs&list=PLGCjwl1RrtcRTbJ9WBL9exbUFNqwzz9if (see this)
FileStorage:
- https://www.youtube.com/watch?v=4ZCy1AK7x4I
- https://firebase.google.com/docs/storage/web/upload-files
New Project: https://console.firebase.google.com/?pli=1
https://firebase.google.com/docs/auth/web/start
https://firebase.google.com/docs/auth/web/google-signin
https://firebase.google.com/docs/auth/web/facebook-login
|