Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with #16. Authenticating Users with FirebaseAuth #31

Open
FredWolfe opened this issue Nov 9, 2020 · 2 comments
Open

Issues with #16. Authenticating Users with FirebaseAuth #31

FredWolfe opened this issue Nov 9, 2020 · 2 comments

Comments

@FredWolfe
Copy link

does anyone have the update of this tutorial, this process is old and so my register screen cannot navigate into the chat screen, tried to follow all the processes of migrating and updating deprecated codes but still no avail. I am literally going nuts here.
I keep seeing this in the run Console;
"Ignoring header X-Firebase-Locale because its value was null."
what is this and how do i fix it, better still has anyone passed this tutorial epsiode in 2020, current day. Pleaassse help me, I am new to flutter programming

@shailandraRajput
Copy link

Future<void> main() async {
  WidgetsFlutterBinding.ensureInitialized();
  await Firebase.initializeApp();
  runApp(FlashChat());
}

Add this to main.dart and also import firebase core library

@FredWolfe
Copy link
Author

thanks
it workded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants