You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 8, 2026. It is now read-only.
To reduce the likelihood of automatically-generated document ID collisions, the usage of java.util.Random should be upgraded to the more cryptographically-secure random number generator java.security.SecureRandom.
To reduce the likelihood of automatically-generated document ID collisions, the usage of
java.util.Randomshould be upgraded to the more cryptographically-secure random number generatorjava.security.SecureRandom.FYI, this change has already been made to the Android SDK: firebase/firebase-android-sdk#1250