firebase / firebase-unity-sdk

The Firebase SDK for Unity
http://firebase.google.com
Apache License 2.0
234 stars 38 forks source link

[Question] #1131

Closed aas-ka closed 1 month ago

aas-ka commented 1 month ago

What is your question?

'GoogleSignIn/GIDSignIn.h' file not found

Screenshot 2024-10-24 at 6 47 33 PM

I am not able to see any pods created in Xcode. Unity compilation successful but Xcode is failing

Firebase Unity SDK Version

12.3.0

Unity editor version

2022.3.25f1

Installation Method

.unitypackage

Problematic Firebase Component(s)

Authentication

Other Firebase Component(s) in use

Authentication

Additional SDKs you are using

No response

Targeted Platform(s)

Apple Platforms

Unity editor platform

Mac

Scripting Runtime

IL2CPP

Release Distribution Type

Pre-built SDK from https://firebase.google.com/download/unity

google-oss-bot commented 1 month ago

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

argzdev commented 1 month ago

Hey @aas-ka, thanks for reaching out. This package doesn't look like a dependency within our Firebase Unity SDK. If you're using Google-Unity-SignIn, you can file in their repository for further help. However, I did notice that their last commit was roughly 6+ years ago, so there might not be anyone managing that repository. You'll likely find more help if you file a report in the Unity forum, I saw a similar thread that could help. That said, there's not much we can do on the SDK side. I'll go ahead and close this thread. Thanks!

aas-ka commented 1 month ago

But how can we integrate the Google sign in then?

On Mon, Oct 28, 2024, 4:28 PM argzdev @.***> wrote:

Hey @aas-ka https://github.com/aas-ka, thanks for reaching out. This package doesn't look like a dependency within our Firebase Unity SDK. If you're using Google-Unity-SignIn https://github.com/googlesamples/google-signin-unity, you can file in their repository for further help. However, I did notice that their last commit was roughly 6+ years ago, so there might not be anyone managing that repository. You'll likely find more help if you file a report in the Unity forum, I saw a similar thread https://discussions.unity.com/t/google-sign-in/912126/26 that could help. That said, there's not much we can do on the SDK side. I'll go ahead and close this thread. Thanks!

— Reply to this email directly, view it on GitHub https://github.com/firebase/firebase-unity-sdk/issues/1131#issuecomment-2441258974, or unsubscribe https://github.com/notifications/unsubscribe-auth/BGATY3XARRT7H7SZFGIWUU3Z5YKGRAVCNFSM6AAAAABQRCVHCWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBRGI2TQOJXGQ . You are receiving this because you were mentioned.Message ID: @.***>

argzdev commented 1 month ago

You can integrate Google Sign in by following the official guide in the Unity documentation. After that, if you'd like to save user information with Firebase, you can pass the ID token generated from the Google Sign in to Firebase using this guide.