flutterfire-samples
flutterfire-samples copied to clipboard
Firebase + Flutter sample apps with code snippets, supported by comprehensive articles for each implementation.
I have implemented the code suggested in this tutorial and I get an unhandled exception error (see below): https://medium.com/flutter-community/flutter-implementing-google-sign-in-71888bca24ed Maybe there's something I am missing. Great job, anyway... Launching lib\main.dart...
Showcase the new Firebase authentication method called **Multi Factor Authentication (MFA)**, it gives users a more secure way of authentication. You can take the help of the Invertase blog present...
Add functionality for retrieving an image, video, or other files from the device storage and upload it to Cloud Storage. Use the generated URL to provide an option to download...
Showcase the CRUD operation using the Firebase Realtime Database. You can follow the implementation of the Cloud Firestore CRUD operation and just build a similar thing with Realtime Database, or...