`firebase-auth` v24.0.1+ is suggested in the release notes despite being unavailable
Closed this issue · 5 comments
The release notes for firebase-auth v24.0.0 contain a warning:
Warning: This version of the firebase-auth library has a regression. Update your app to use v24.0.1+ instead.
However, v24.0.1+ doesn't exist in the release notes or Google Maven.
The latest safe version appears to be v23.2.0 due to #7111. Is the v24.0.0 regression related to this issue?
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
Hi @AlexKrupa, thank you for raising that. Let me clarify this to our engineers and get back to you. Thanks!
Hey @AlexKrupa, apologies for the confusion. Our engineers, are currently working on the release of v24.0.1+. The Auth version is expected to be release within the week.
Thanks, @lehcar09! Can you provide details on the regression in v24.0.0? Is it related to the issue linked above?
v24.0.1 is released with the following fix:
Fixed initialization-order bug introduced in v24.0.0 that may cause permission denied errors for Firebase Realtime Database at app startup, if it was initialized before FirebaseAuth.getInstance() was called. (GitHub #7187)