balloon-pop icon indicating copy to clipboard operation
balloon-pop copied to clipboard

The type or namespace name 'Firestore' does not exist in the namespace 'Firebase' (are you missing an assembly reference?)

Open XRlabTech opened this issue 2 years ago • 0 comments

Hi

So I have been trying run demo on a 2023.3.201f

I keep getting the following errors

Assets\Scripts\BalloonPop\BalloonsNetworking.cs(125,54): error CS0029: Cannot implicitly convert type 'Firebase.Auth.AuthResult' to 'Firebase.Auth.FirebaseUser'

Assets\Scripts\BalloonPop\BalloonsNetworking.cs(125,59): error CS1061: 'Task' does not contain a definition for 'Result' and no accessible extension method 'Result' accepting a first argument of type 'Task' could be found (are you missing a using directive or an assembly reference?)

XRlabTech avatar Mar 28 '24 18:03 XRlabTech