Skip to main content

Questions tagged [firebase]

Filter by
Sorted by
Tagged with
0 votes
0 answers
74 views

Firebase Storage's GetBytesAsync never finishes or changes status. ...
Mircea Craciun's user avatar
0 votes
0 answers
92 views

I have successfully implemented a FCM within my game (for a chat system) and now I am trying to understand how can I open a specific chat scene when user clicks on FCM chat notification? I ...
babazookz's user avatar
0 votes
0 answers
113 views

Currently, I'm collaborating on advertising my game with Google's official advertising team. Recently, they requested me to link my game with Firebase to track user events and analysis. So I made a ...
modernator's user avatar
  • 1,223
0 votes
0 answers
200 views

I have 2 functions, the first function works correctly. The second one, when I put the OTP and want to verify the code from my SMS it doesn't work, it only creates a user in my Firebase database but ...
Saleh Bayat's user avatar
0 votes
1 answer
168 views

I'm creating a game for Android using libgdx and Google Firebase for storage. In my Loading screen I download a file from Google Firebase Storage and store it in a temp file. After the dowload ends ...
Pablo Ajo's user avatar
0 votes
1 answer
1k views

I have been working on a new project in Unity 2021.2.12, where we need to implement Google Analytics. I have done as follows: Imported Firebase Analytics package Added the services.json file to the ...
Mehdi Amenein's user avatar
1 vote
1 answer
719 views

I'm hoping to use a four character join code so people can join a game. I was thinking of making random codes, which would be about 1.4 million different possible codes. I like the idea but I don't ...
tazboy's user avatar
  • 75
0 votes
1 answer
930 views

I have integrated firebase dynamic link sdk in my app and it is working perfectly fine, I can generate dynamic links, and when clicked on them if the app is not installed it redirects me to the ...
Digvijaysinh Gohil's user avatar
0 votes
1 answer
781 views

I have setup Firebase authentication in my game for Android. I need to implement a feature in my Android game, where a user can challenge another player. I need to implement it this way: The user is ...
Faizan Khan's user avatar