firebase-unity-sdk icon indicating copy to clipboard operation
firebase-unity-sdk copied to clipboard

The Firebase SDK for Unity

Results 216 firebase-unity-sdk issues
Sort by recently updated
recently updated
newest added

### 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...

api: analytics

### 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...

api: messaging
type: feature request

### 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,...

api: firestore
needs-attention

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...

api: analytics
type: feature request

### 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...

api: database
api: firestore
type: feature request

### 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...

api: remoteconfig
type: feature request

### 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...

api: messaging

### 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...

api: messaging
type: feature request