Russell Wheatley
Russell Wheatley
@mauriciotogneri - it seems like a bug in firebase android sdk, possibly not sending the language code in a request header or something similar. It is documented that it should...
Thank you for reproduction. I've escalated to the firebase-android-sdk, it appears to be a bug there: https://github.com/firebase/firebase-android-sdk/issues/5825
@mauriciotogneri - no updates I'm afraid, it is best tracking the issue on the Firebase android sdk as that is where the bug occurring 🙏
@mauriciotogneri - not in regards to the FlutterFire SDK, waiting on fix in Firebase Android SDK 🙏
Circling back to this; Yes, if google sign in fails or cancels you naturally won't get an `accessToken` of `idToken`. Therefore, you should not try and sign in with the...
This behaviour is not a result of FlutterFire, but the way it is processed by the underlying native SDK. Interestingly, there has been movement by the Firebase android SDK to...
Hey @jhenriquedsilva - the corresponding issue in the android SDK has been fixed: https://github.com/firebase/firebase-android-sdk/issues/6341 We can close this out as android BOM v33.5.0 has been merged pending release 👍
It seems this feature is being rolled out on the native SDKs (at least for android but presumably for iOS as well): https://github.com/firebase/firebase-android-sdk/issues/4498#issuecomment-1868156250
@Clon1998 - It looks like you have not initialised the default Firebase app. Looking at the source code for Dynamic Links, you can only receive a Dynamic Link for the...
Hard to tell without seeing any code but the exception is pretty clear on what the bug is.