firebase-unity-sdk
firebase-unity-sdk copied to clipboard
The Firebase SDK for Unity
### Description Hey there 1. We perform all our manifest modifications via IPostGenerateGradleAndroidProject. This allows all plugins to play nicely with each other and inject what they need into the...
### Description The Timestamp's constructor is internal, if I need to construct one using a cloud function's return data then I'll need to either use the conversion functions; defeating the...
### Description If possible please make a synchronous getter for SessionID and ideally also a callback/trigger for when it changes. I honestly find it very odd that we would need...
### Testing History (last 7 days) | Date|SDK Build |Test Build|Test Run|Firestore Test Build|Firestore Test Run|Notes | |---|---|---|---|---|---|---| | 2025‑12‑16|[✅ Pass](https://github.com/firebase/firebase-unity-sdk/actions/runs/20259526502)|[❌ **Failure**](https://github.com/firebase/firebase-unity-sdk/actions/runs/20259526502)|[❌ **Failure**](https://github.com/firebase/firebase-unity-sdk/actions/runs/20259526502)|[❌ **Failure**](https://github.com/firebase/firebase-unity-sdk/actions/runs/20259526502)|[❌ **Failure**](https://github.com/firebase/firebase-unity-sdk/actions/runs/20259526502)| SDK package build failed. | | 2025‑12‑17|[❌ **Failure**](https://github.com/firebase/firebase-unity-sdk/actions/runs/20294633424)|[❌ **Failure**](https://github.com/firebase/firebase-unity-sdk/actions/runs/20294633424)|[❌ **Failure**](https://github.com/firebase/firebase-unity-sdk/actions/runs/20294633424)|[❌ **Failure**](https://github.com/firebase/firebase-unity-sdk/actions/runs/20294633424)|[❌ **Failure**](https://github.com/firebase/firebase-unity-sdk/actions/runs/20294633424)| SDK package build failed. |...
### Description When the Vuforia SDK is included in a Unity project along with Firebase Crashlytics or Firebase Analytics, the iOS build fails: ### Reproducing the issue 1. Create a...
### Description When trying to install the Firebase Unity SDK via **Unity Package Manager** using the `.tgz` packages from the official Google archive, Unity fails to resolve the packages with:...
### Description After upgrading the Firebase SDK from 12.1.0 to 12.10.0, on some Windows PCs the app crashes on launch. I have tried to use the `FirebaseApp.CheckAndFixDependenciesAsync().ContinueWithOnMainThread` instead of `FirebaseApp.CheckAndFixDependenciesAsync().ContinueWith`,...
### Description hello these days, i am going to build an Meta App with Firebase Firestorage sdk enabled. With Unity6.2, we build an app with Meta Core. Interaction SDK v81,...
### Description ### Description When we build our app for the apple app store for macOS the app crashes immediately on start. But this doesn't happen for our builds made...
### Description 1. Email Link Authentication would allow users to sign up or sign in easily without using a password, making it really simple and secure 2. While it is...