Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FireBase Initialization never get any message. #244

Closed
SturgeonDu opened this issue Nov 6, 2018 · 0 comments
Closed

FireBase Initialization never get any message. #244

SturgeonDu opened this issue Nov 6, 2018 · 0 comments

Comments

@SturgeonDu
Copy link

SturgeonDu commented Nov 6, 2018

hi bro:
First there have GooglePlay FaceBook and Twitter SDK in my project.
so yesterday when i add FireBase SDK in my project,and add code to my project,like this:
Firebase.FirebaseApp.CheckAndFixDependenciesAsync().ContinueWith(kTask => { var eDependencyStatus = kTask.Result; Debug.Log("FireBase Init Success,status:" eDependencyStatus); m_bAvailable = eDependencyStatus == DependencyStatus.Available; });

so use gradle build the apk, run my game, the firebase did't work..
there have no log like FireBase Init Success,status:
also no any error log.

but
i create an empty project just add firebase sdk and build apk,the firebase work fine.

I think it is a problem caused by facebook sdk or googleplay sdk. but i don't know why!!

Unity: 2017.3.1f1
JDK:1.8.0_172
AndroidSDK:API Level 26

this is my plugins:
firebase

please help me.
thanks!

@SturgeonDu SturgeonDu changed the title FireBase Initialization have no return FireBase Initialization never get any message. Nov 6, 2018
@firebase firebase locked and limited conversation to collaborators Oct 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants