firebase_auth_demo_flutter icon indicating copy to clipboard operation
firebase_auth_demo_flutter copied to clipboard

Reference Authentication Flow with Flutter & Firebase

Results 26 firebase_auth_demo_flutter issues
Sort by recently updated
recently updated
newest added

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...

enhancement

App has been in installation state without error

question

List of providers supported by Firebase Auth: - [x] Anonymous - [x] Google - [x] Facebook - [x] Email & Password - [x] Email link (passwordless) - [ ] Phone...

enhancement

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...

enhancement

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.

enhancement