Difference between revisions of "Firebase Essentials - Android Edition"
From Techotopia
Line 19: | Line 19: | ||
# [[Linking and Unlinking Firebase Authentication Providers]]<br><br> | # [[Linking and Unlinking Firebase Authentication Providers]]<br><br> | ||
# [[Firebase Realtime Database]]<br><br> | # [[Firebase Realtime Database]]<br><br> | ||
+ | # [[Writing Firebase Realtime Database Data]]<br><br> |
Revision as of 17:09, 15 August 2017
Table of Contents
- Getting Started with Firebase
- Firebase User Authentication
- Email/Password Authentication using FirebaseUI Auth
- Testing and Customizing FirebaseUI Auth Authentication
- Google Sign-In Authentication using FirebaseUI Auth
- Facebook Login Authentication using FirebaseUI Auth
- Twitter Sign-In Authentication using FirebaseUI Auth
- Phone Number Sign-in Authentication using FirebaseUI Auth
- Email/Password Authentication using the Firebase SDK
- Managing User Accounts using the Firebase SDK
- Handling Firebase Authentication Errors and Failures
- Google Authentication using the Firebase SDK
- Facebook Authentication using the Firebase SDK
- Twitter Log In Authentication using the Firebase SDK
- Phone Number Authentication using the Firebase SDK
- Anonymous Authentication using the Firebase SDK
- Linking and Unlinking Firebase Authentication Providers
- Firebase Realtime Database
- Writing Firebase Realtime Database Data