-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Problem with com.google.gms:google-services:4.1.0 #1445
Comments
@MacNakrub there is a known issue where Going to close this issue, we're tracking it elsewhere. |
@samedson could you ref issue where this is being tracked, thanks! |
@AndroidGecko it's being tracked internally, so if I gave you a link it wouldn't work for you ... sorry for the lack of transparency |
Can we get some indication of when we might see this fixed? Days, weeks, months? |
Now that 3.3 is in beta, can we get some more information about this? Very difficult to test out the alphas and betas (as the AS team suggests frequently) if Google's own tools don't work with them. |
Sorry I don't have a timeline yet, please keep using |
This thing haven't been fixed yet? |
Have you tried version |
@samtstern Where release notes could be found for Is it possible to add link to a changelog page here? https://developers.google.com/android/guides/google-services-plugin |
com.google.gms:google-services:4.2.0 works as expected, thanks. |
|
Seeing the same for 4.1.0. |
The same issue for 4.1.0 and 4.2.0. It worked today. But now it isn't. I can't download any version
|
for nativescripters using nativescript-plugin-firebase check EddyVerbruggen/nativescript-plugin-firebase#1072 |
Hi @MacNakrub @danallen88 and @Pitel I was getting the same issue, according to the documentation (https://mvnrepository.com/artifact/com.google.gms/google-services/4.2.0) the artifact is located on https://dl.bintray.com/android/android-tools/ so I added to the build.gradle maven { url 'https://dl.bintray.com/android/android-tools' } and now it`s working well |
Hey all there's an ongoing issue with the Google Maven repo ( |
I'm getting this error with |
its a typo on firebase documentation. com.google.gms.google-services.4.1.0 replace the colon : with dot . |
I think mean it should be: |
Change this to |
Android studio error: JAVA_LETTER_OR_DIGIT when changed to com.google.gms:google-services:4.3.2 |
Step 1: Are you in the right place?
Maybe.
Step 2: Describe your environment
Step 3: Describe the problem:
When change the version of
com.google.gms:google-services
from4.0.x
to4.1.0
Steps to reproduce:
FirebaseApp.initializeApp(applicationContext)
won't helpObserved Results:
Expected Results:
App won't crash and start normally
Relevant Code:
The text was updated successfully, but these errors were encountered: