firebase_auth_demo_flutter
firebase_auth_demo_flutter copied to clipboard
Reference Authentication Flow with Flutter & Firebase
I clone this repo for one of my firebase project it works perfect but after success-full login i can't find a navigation in your code can you please help me...
Within your [`lib/common_widgets/platform_widget.dart`](https://github.com/bizz84/firebase_auth_demo_flutter/blob/master/lib/common_widgets/platform_widget.dart#L13) you test if the `Platform.isIOS`, which is absolutely correct for testing the real Platform. But with the Flutter Inspector you can also change the platform to iOS...
List of providers supported by Firebase Auth: - [x] Anonymous - [x] Google - [x] Facebook - [x] Email & Password - [x] Email link (passwordless) - [ ] Phone...
Taken from `FirebaseUser.linkWithCredential()`: > Associates a user account from a third-party identity provider with this user and returns additional identity provider data. This feature can be used to link additional...
It'd be great if you could please demo Twitter Auth as well. Twitter Auth is quite useful for apps that target people in tech.