firebase-unity-sdk
firebase-unity-sdk copied to clipboard
The Firebase SDK for Unity
### Description Please add support in the Unity Firebase SDK for obtaining a FirebaseAnalytics instance tied to a specific FirebaseApp, similar to other modules like `FirebaseAuth.GetAuth(app)` and `FirebaseRemoteConfig.GetInstance(app)`. ### API...
### Description Please add support for API 33+ Notification Request. Also add another function to check if user granted the notification permission which works on both Android and IOS. Also...
### Description I am getting the error in the title in my unity project. This unity project pulls data from my firestore database on start. From March until maybe mid-May,...
This change adds `analytics_win.dll` (if present) to the Windows build directory / Play Mode when the Firebase Analytics module is used. The following modifications were made: - Modified `editor/app/src/DllLocationPatcher.cs`: -...
### Description 1. For analysis activities with multiple parameters, especially if they occur frequently in the game, gc will be generated. 2. Currently, parameters are not suitable for reuse, so...
### Description > Provide details of the change, and generalize the change in the PR title above. Add SetDefaultParameters API to Firebase Analytics Unity SDK. This commit introduces the `FirebaseAnalytics.SetDefaultParameters()`...
### Description As part of the PC compatibility checklist for Play Games for PC, it is mentioned that [Firestore, Realtime Database and AB Tests are not supported](https://developer.android.com/games/playgames/pc-compatibility#unsupported-pgs-modules). Given these are...
### What is your question? Hi, I've been waiting for custom signal feature for remote config which was announced and released for ios, android and web platforms. Is there any...
### Description This issue is related to https://github.com/firebase/firebase-unity-sdk/issues/1180. I have managed to reproduce a crash 100% of the time using the following steps. In our project, if we include a...
### What is your question? I have android and ios build from unity 2021.3.24. And i want to send push notification with image. In Android it works fine but on...