WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Firebase Unity SDK 9.2.0

Choose a tag to compare

@jonsimantov jonsimantov released this 14 Jul 16:55
3f0af59

Prebuilt versions of the libraries are available for download here.

  • Changes
    • Crashlytics: Fix requiring user code to reference Crashlytics when using il2cpp.
    • Firestore: Added TransactionOptions to control how many times a transaction will retry commits before failing (#318).
    • Database (Desktop): If the app data directory doesn't exist, create it. This fixes an issue with disk persistence on Linux.
    • Messaging (Android): Make sure all the resources are closed in RegistrationIntentService. (#973).