-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Conversation
# Conflicts: # packages/firebase_auth/android/build.gradle # packages/firebase_auth/android/src/main/java/io/flutter/plugins/firebaseauth/FirebaseAuthPlugin.java # packages/firebase_auth/lib/firebase_auth.dart
# Conflicts: # packages/firebase_auth/example/lib/main.dart # packages/firebase_auth/lib/firebase_auth.dart
Hi, is this tackling the issue of FirebaseAuth not handling non-default apps? |
@OscarEReyes yes |
# Conflicts: # packages/firebase_auth/android/src/main/java/io/flutter/plugins/firebaseauth/FirebaseAuthPlugin.java # packages/firebase_auth/ios/Classes/FirebaseAuthPlugin.m # packages/firebase_auth/lib/firebase_auth.dart
updated firebase_core dependency
@bparrishMines I'm struggling to get the |
Hi @matthewtsmith, I think you may being having an issue with your version of clang-format. Our analyzer uses version 5.0. You may have to switch to that version to get the correct formatting. This link should help. If that doesn't work, you can also click on details of the test+format test and make the formatting changes by hand. I would click on the second details link if you choose to go with this one. (It's color coded). |
@bparrishMines That looks like the problem, I was on Clang 8. Thanks for the help. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sorry for the delay of the review and thanks for the contribution!
I'll create and link PR that bumps version.
This reverts commit 93187e6.
This adds support for allowing the FirebaseAuth package to connect to multiple firebase instances.