skip to Main Content

Firebase – How to install x86/64 architecture pod on m1

I know that its been 2 years, but I've tried to install some package dependencies, they weren't working with SPM for some reason. I get this error: in /Users/***/Desktop/Quick-Chat/Pods/FirebaseAnalytics/Frameworks/FIRAnalyticsConnector.framework/FIRAnalyticsConnector(FIRConnectorUtils_846058ed7a2963be49dce7d04c860170.o), building for iOS Simulator, but linking in object file built for…

VIEW QUESTION

Can't access OAuth Access token method while doing Github Login with Firebase

According to Firebase documentation to get OAuth access token on successful login, we can get it from the getCredential() method like: authResult.getCredential().getAccessToken() Code: According to firebase: firebaseAuth .startActivityForSignInWithProvider(/* activity= */ this, provider.build()) .addOnSuccessListener( new OnSuccessListener<AuthResult>() { @Override public void onSuccess(AuthResult…

VIEW QUESTION
Back To Top
Search