Skip to main content

All Questions

0 votes
2 answers
49 views

Why doesn't LogEvent FireBase work in Unity 2022.3.14f1?

I've been trying to add analytics to my game for 2 days now, on the second day I was finally able to build the project, but another problem arose, my events are not displayed in the FireBase RealTime ...
Max_B's user avatar
  • 13
1 vote
0 answers
28 views

Firestore snpashot alway null Unity

I try to read a document that exists in the firestore, but it always doesn't. I also checked the rules and they are good. _checkOffer = true; var document = FirebaseFirestore.DefaultInstance....
Matei Megyesi's user avatar
1 vote
0 answers
30 views

User logging in with Firebase can't log in and receives multiple internal errors, including "DUPLICATE_RAW_ID"

We have a Unity app and are using the Firebase (https://github.com/firebase/firebase-unity-sdk) for logging in. Occasionally we are seeing an error log when a user tries to log in that reads: Firebase ...
Mike Pandolfini's user avatar
1 vote
0 answers
19 views

Firebase Realtime Database: Player 2 unable to interact with game in Unity multiplayer setup

I'm developing a multiplayer game in Unity using Firebase Realtime Database for data synchronization between players. In my setup, both players interact with the game through the same GameController ...
taher 's user avatar
  • 43
1 vote
2 answers
55 views

Issue with FirebaseReference.GetValueAsync() in Unity Not Completing

I'm working on a Unity project where I use Firebase to manage user data. I am encountering a recurring issue where the asynchronous task GetValueAsync() does not complete, and the code within ...
Noel Diaz's user avatar
1 vote
0 answers
20 views

How can I sign in a user in Firebase using Google in Unity running a remote service?

I'm making a game in Unity for mobile (specifically Android) and I'm using Firebase to store all my users. I'm having an ASP.NET remote service hosted on AWS Lambda that handles some of the game logic ...
SulfurChunk's user avatar
1 vote
0 answers
50 views

google login with unity and Firebase in window platform

how can i do google login? As i know, GoogleAuthProvider.GetCredential method needs Idtoken that generated when user login in web browser. But in unity Window Platform, i can't get url from web brower ...
안수한's user avatar
2 votes
1 answer
235 views

I have a question about how to apply FirebaseAnalytics.SetConsent

I am developing with Unity. Recently, I was informed that I need to apply consent mode in Firebase Analytics. I checked the related guide, but I couldn't find a guide for Unity, so I don't know if I ...
bskim's user avatar
  • 29
2 votes
1 answer
69 views

Problem with Matchmaking two players in realtime database

I'm developing an app like a quiz game with unity which include some matchmaking and multiplayer feature. my problem is I have set the firebase auth, and then I have set the firebase Realtime database ...
taher 's user avatar
  • 43
0 votes
1 answer
55 views

Firebase storage does not work when I test the game on my phone, but it works in the unity editor

I recently came across the following problem: when I tested my game in unity editor and tried to send a file to firebase storage, it was successful, but when I tried to do the same on my phone, it ...
Marik's user avatar
  • 11
0 votes
0 answers
41 views

Downloading multiple images from Firebase Storage in Unity and displaying each of them on different objects

I'm trying to download several images from Firebase Storage then display them on separate objects. I use Firestore to store the string data and Storage to store the images accordingly. So on Panel A, ...
Hovanon's user avatar
0 votes
1 answer
101 views

Unity/Firestore Functions in JS: Invalid Type for conversion to variant - when passing a list of classes via a dictionary

I'm trying to create a cloud function written in JS that creates a new game. I'm sending in a list of PlayerInfo from Unity, but every time I get an error about my data received as being an Invalid ...
Dylan Burke's user avatar
-1 votes
2 answers
2k views

how to ask for notification permission in android 13 from Unity

I have integrated firebase Push Notification service (cloud Messaging) into my Unity Project. Everything works fine in android, but specifically in android 13 it is not working. From my research i ...
Jayant Barthwal's user avatar
0 votes
1 answer
96 views

Firebase cloud functions threw an error "FunctionsException: INTERNAL" in unity 2022.3.11

await FirebaseApp.CheckAndFixDependenciesAsync().ContinueWith(task => { if(task.Result == DependencyStatus.Available) { FirebaseApp app = FirebaseApp....
Choco Naak's user avatar
0 votes
2 answers
1k views

Freeze with "USE_AUTH_EMULATOR not set." in Unity2022.3.11 using firebase cloud functions

I was using Firebase cloud functions in Unity2022.3.11 and got an error "USE_AUTH_EMULATOR not set." and froze. What is this and what is needed to prevent the error from occurring? ...
Choco Naak's user avatar

15 30 50 per page
1
2 3 4 5
30