Status Update
Comments
vk...@google.com <vk...@google.com>
vk...@google.com <vk...@google.com> #2
Hello,
Thank you for contacting the Google Cloud support team.
I have gone through your reported issue, however it seems like this is an issue observed specifically at your end within your project environment. It would need more specific debugging and analysis. To ensure a faster resolution and dedicated support for your issue, I kindly request you to file a support ticket by clicking
Please note that the Issue Tracker is primarily meant for reporting commonly observed issues and requesting new features. For individual support issues, it is best to utilize the support ticketing system. I'm going to close this issue which will no longer be monitored. If you have any additional issues or concerns, please don’t hesitate to create a new issue on the
Thank you, we appreciate your cooperation!
vk...@google.com <vk...@google.com> #3
Are you noticing these errors on any particular device model?
The end-user should not need to do anything and we would expect the app to handle retrying. If these are transient errors then that will fix it.
ja...@gmail.com <ja...@gmail.com> #4
We got information from Firebase support that this AUTHENTICATION_FAILED error is caused by GPS (Google Play Services) but fix date is not clear yet.
ta...@gmail.com <ta...@gmail.com> #5
ma...@gmail.com <ma...@gmail.com> #6
Thank you!
vk...@google.com <vk...@google.com> #7
ma...@gmail.com <ma...@gmail.com> #8
--
Seem to be Samsung devices affected mostly (if not all affected)
ma...@gmail.com <ma...@gmail.com> #9
ma...@gmail.com <ma...@gmail.com> #10
ma...@gmail.com <ma...@gmail.com> #11
Support personnel here would like one as well.
Please, is there any more information?
pn...@gmail.com <pn...@gmail.com> #13
vk...@google.com <vk...@google.com> #14
ma...@gmail.com <ma...@gmail.com> #15
Other information pending
ja...@gmail.com <ja...@gmail.com> #16
samsung SM-A405FN
samsung SM-A705FN
samsung SM-A505FN
samsung SM-A105FN
samsung SM-A202F
samsung SM-A530F
samsung SM-A750FN
samsung SM-G950F
HUAWEI ATU-L21
samsung SM-J415FN
HUAWEI DUA-L22
Overall thousands of cases per day.
106 different device models during last day.
ch...@gmail.com <ch...@gmail.com> #17
Any update on this issue as we are facing the issue in our solution?
ma...@gmail.com <ma...@gmail.com> #18
ma...@gmail.com <ma...@gmail.com> #19
ma...@gmail.com <ma...@gmail.com> #20
ma...@gmail.com <ma...@gmail.com> #21
Is google working towards fixing this or is it in a backlog to be fixed next year?
se...@calibrecode.com <se...@calibrecode.com> #22
We are facing similar issues on our App and this is blocking usage of App on many recent devices, including Google Pixel.
Appreciate if we could have an ETA on this fix
Best Regards,
Seema
ma...@gmail.com <ma...@gmail.com> #23
id...@gmail.com <id...@gmail.com> #24
We are facing this issue too when we trying to get the token id.
device: Samsung J7
implementation 'com.google.firebase:firebase-core:17.4.1'
implementation 'com.google.firebase:firebase-messaging:20.1.7'
Best Regards,
Ludovic
id...@gmail.com <id...@gmail.com> #25
apk : targetSdkVersion 28
id...@gmail.com <id...@gmail.com> #26
ch...@gmail.com <ch...@gmail.com> #27
regards
al...@gmail.com <al...@gmail.com> #28
Any info about fix?
bi...@gmail.com <bi...@gmail.com> #29
Any clue about fixing?
sa...@gmail.com <sa...@gmail.com> #30
er...@gmail.com <er...@gmail.com> #31
st...@gmail.com <st...@gmail.com> #32
sa...@google.com <sa...@google.com> #33
That error message is usually one of two things:
-
Something is wrong with the specific devices or their ability to communicate with FCM servers. This isn't typically something that we can fix because it's either a hardware problem or a firewall problem. Further diagnosis would require a bug report. This doesn't usually represent a systemic problem, just a specific one related to that device.
For steps to capture a bug report, please refer:https://developer.android.com/studio/debug/bug-report#bugreportdevice
Alternate method Navigate to “Developer options”, ensure “USB debugging” is enabled, then enable “Bug report shortcut”. Capture bug report by holding the power button and selecting the “Take bug report” option.
Note: Please upload the files to google drive and share the folder toandroid-bugreport@google.com , then share the link here. -
The developer is providing invalid credentials or other invalid configuration, either via the google-services.json file or by manually constructing a FirebaseOptions object with invalid values. If this were the case, we would expect push messaging to never work for these users (i.e. registering for a token would always return AUTHENTICATION_FAILED).
Some more questions:
-
Were the developers ever able to reproduce this on a local device?
-
What API levels are the developers seeing these errors on?
-
How are the developers creating a FirebaseApp instance? What versions of the Firebase SDKs are they using?
sa...@google.com <sa...@google.com>
er...@gmail.com <er...@gmail.com> #34
At First because we didn't see anything on crashlytics even if we have non-fatal on this part, it took time for us to understand what was going on, and we had to ask our customers to send us mail report with logs to get the issue "AUTHENTICATION_FAILED". The first issue was on a Samsung s9 android 9. Then weeks after weeks we got more and more complaint from our customers on several phones:
- Samsung Galaxy S9, Android 9
- Samsung SM-T865 (galaxy tab s6)
- Asus rog phone , Android 9
- Huawei P40 Lite, Android 10
- Samsung galaxy A8, Android 9
- Samsung Galaxy A50
- Many Huawei P40 pro, Android 10 (with GMS side loaded)
- Caterpillar S31, Android 8.1.0
> If this were the case, we would expect push messaging to never work for these users
It's working for most of our user.
We going to follow your procedure to get our client that have this issue to send us bug reports.
> Were the developers ever able to reproduce this on a local device?
Unfortunately we weren't able to reproduce this issue on our dev phones.
> How are the developers creating a FirebaseApp instance? What versions of the Firebase SDKs are they using?
firebase_messaging = "20.1.0"
firebase_core = "17.2.1"
vi...@google.com <vi...@google.com> #35
- Did the developer make any changes to the version of FCM they were using around Feb 2020? We made some unexpectedly disruptive changes to the SDKs around late February / early March (
- How are the developers creating a FirebaseApp instance? What versions of the Firebase SDKs are they using?
>> firebase_messaging = "20.1.0" firebase_core = "17.2.1"
This is helpful, but not quite what we were looking for. When the developer acquires an instance of FirebaseApp in their code, how do they do so? (Or, if they just call FirebaseInstanceId.getInstance() and use the default app that's also a fine answer).
- Can we also get the version of Firebase Instance Id their app is depending on (as well as the version it was depending on in early February)? Usually ./gradlew dependencies | grep firebase will get that information. That will help determine where this error could be coming from.
ja...@gmail.com <ja...@gmail.com> #36
Stack trace:
08-13 12:29:42.350 E/FcmTokenManager( 6867): java.io.IOException: AUTHENTICATION_FAILED
08-13 12:29:42.350 E/FcmTokenManager( 6867): at com.google.firebase.iid.s.a(com.google.firebase:firebase-iid@@20.2.3:2081)
08-13 12:29:42.350 E/FcmTokenManager( 6867): at com.google.android.gms.h.m.run(Unknown Source:5)
08-13 12:29:42.350 E/FcmTokenManager( 6867): at com.google.firebase.iid.h.execute(Unknown Source:0)
08-13 12:29:42.350 E/FcmTokenManager( 6867): at com.google.android.gms.h.l.a(Unknown Source:6)
08-13 12:29:42.350 E/FcmTokenManager( 6867): at com.google.android.gms.h.aa.a(Unknown Source:19)
08-13 12:29:42.350 E/FcmTokenManager( 6867): at com.google.android.gms.h.ac.a(Unknown Source:86)
08-13 12:29:42.350 E/FcmTokenManager( 6867): at com.google.android.gms.h.m.run(Unknown Source:15)
08-13 12:29:42.350 E/FcmTokenManager( 6867): at com.google.firebase.iid.h.execute(Unknown Source:0)
08-13 12:29:42.350 E/FcmTokenManager( 6867): at com.google.android.gms.h.l.a(Unknown Source:6)
08-13 12:29:42.350 E/FcmTokenManager( 6867): at com.google.android.gms.h.aa.a(Unknown Source:19)
08-13 12:29:42.350 E/FcmTokenManager( 6867): at com.google.android.gms.h.ac.a(Unknown Source:86)
08-13 12:29:42.350 E/FcmTokenManager( 6867): at com.google.android.gms.h.i.a(Unknown Source:8)
08-13 12:29:42.350 E/FcmTokenManager( 6867): at com.google.firebase.iid.y$d.a(com.google.firebase:firebase-iid@@20.2.3:20)
08-13 12:29:42.350 E/FcmTokenManager( 6867): at com.google.firebase.iid.y$f.a(com.google.firebase:firebase-iid@@20.2.3:7)
08-13 12:29:42.350 E/FcmTokenManager( 6867): at com.google.firebase.iid.y$a.a(com.google.firebase:firebase-iid@@20.2.3:2029)
08-13 12:29:42.350 E/FcmTokenManager( 6867): at com.google.firebase.iid.z.handleMessage(Unknown Source:2)
08-13 12:29:42.350 E/FcmTokenManager( 6867): at android.os.Handler.dispatchMessage(Handler.java:103)
08-13 12:29:42.350 E/FcmTokenManager( 6867): at com.google.android.gms.c.g.d.dispatchMessage(com.google.firebase:firebase-iid@@20.2.3:1021)
08-13 12:29:42.350 E/FcmTokenManager( 6867): at android.os.Looper.loop(Looper.java:214)
08-13 12:29:42.350 E/FcmTokenManager( 6867): at android.app.ActivityThread.main(ActivityThread.java:7397)
08-13 12:29:42.350 E/FcmTokenManager( 6867): at java.lang.reflect.Method.invoke(Native Method)
08-13 12:29:42.350 E/FcmTokenManager( 6867): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
08-13 12:29:42.350 E/FcmTokenManager( 6867): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:935)
On that app we use:
com.google.firebase:firebase-messaging:20.2.3
com.google.firebase:firebase-iid:20.2.3
vi...@google.com <vi...@google.com> #37
Also it would be great to get some specifics on how the developer is acquiring an instance of FirebaseApp in their code
ja...@gmail.com <ja...@gmail.com> #38
Acquiring Firebase instance:
FirebaseInstanceId.getInstance().getInstanceId()
vi...@google.com <vi...@google.com> #39
st...@gmail.com <st...@gmail.com> #41
I'm seeing this issue in live among small percent of users.
Devices: different Sony TVs (BRAVIA 4K 2015, BRAVIA 4K GB, BRAVIA 4K GB ATV3), Panasonic GX655 (app is Android-TV only)
Different locations: Aurope, Asia
On top of that all problematic installations did successfully authorized using Firebase Auth (anonymous).
One user report I've got recently shows that client was constantly getting this error since at least 1 July. This user still getting this issue after cleaning app's data from system settings.
I do not see any correlations between issue and "installations with new SDK". There are a lot of users using same app version (same SDKs) without this issue. New users and 1-3-6 month users.
Non-fatal Exception: java.io.IOException: AUTHENTICATION_FAILED
at com.google.firebase.iid.GmsRpc.handleResponse(GmsRpc.java:81)
at com.google.firebase.iid.GmsRpc.lambda$extractResponseWhenComplete$0$GmsRpc(GmsRpc.java:91)
at com.google.firebase.iid.GmsRpc$$Lambda$0.then(GmsRpc.java:6)
at com.google.android.gms.tasks.zze.run(zze.java:5)
at com.google.firebase.iid.FirebaseIidExecutors$$Lambda$0.execute(FirebaseIidExecutors.java)
at com.google.android.gms.tasks.zzc.zza(zzc.java:6)
at com.google.android.gms.tasks.zzr.zza(zzr.java:19)
at com.google.android.gms.tasks.zzu.zza(zzu.java:104)
at com.google.android.gms.tasks.zze.run(zze.java:15)
at com.google.firebase.iid.FirebaseIidExecutors$$Lambda$0.execute(FirebaseIidExecutors.java)
at com.google.android.gms.tasks.zzc.zza(zzc.java:6)
at com.google.android.gms.tasks.zzr.zza(zzr.java:19)
at com.google.android.gms.tasks.zzu.zza(zzu.java:104)
at com.google.android.gms.tasks.TaskCompletionSource.setResult(TaskCompletionSource.java:8)
at com.google.firebase.iid.MessengerIpcClient$Request.finish(MessengerIpcClient.java:20)
at com.google.firebase.iid.MessengerIpcClient$TwoWayRequest.handleResponseInternal(MessengerIpcClient.java:7)
at com.google.firebase.iid.MessengerIpcClient$Request.handleResponse(MessengerIpcClient.java:29)
at com.google.firebase.iid.MessengerIpcClient$Connection.receivedResponse(MessengerIpcClient.java:42)
at com.google.firebase.iid.MessengerIpcClient$Connection$$Lambda$0.handleMessage(MessengerIpcClient.java:14)
at android.os.Handler.dispatchMessage(Handler.java:101)
at com.google.android.gms.internal.firebase-iid.zze.dispatchMessageTraced(zze.java:21)
at com.google.android.gms.internal.firebase-iid.zze.dispatchMessage(zze.java:11)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:6541)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:767)
classpath 'com.google.gms:google-services:4.3.3'
implementation 'com.google.firebase:firebase-messaging:20.2.4'
st...@gmail.com <st...@gmail.com> #42
I've got confirmation from user that factory-resetting device (Sony TV) solves this issue
sh...@wizpanda.com <sh...@wizpanda.com> #44
We are also not able to get the Firebase InstanceID for many of our users. One device we can constantly reproduce is (not with us)-
- Samsung Galaxy J5 (SM-J510FN)
Although, we are getting the following error- MISSING_INSTANCEID_SERVICE
ge...@gmail.com <ge...@gmail.com> #45
Failed to get FIS auth token
java.util.concurrent.ExecutionException: com.google.firebase.installations.FirebaseInstallationsException: Firebase Installations Service is unavailable. Please try again later.
at com.google.android.gms.tasks.Tasks.zzb(Unknown Source:61)
at com.google.android.gms.tasks.Tasks.await(Unknown Source:23)
at com.google.firebase.iid.GmsRpc.setDefaultAttributesToBundle(com.google.firebase:firebase-iid@@21.0.0:55)
at com.google.firebase.iid.GmsRpc.startRpc(com.google.firebase:firebase-iid@@21.0.0:37)
at com.google.firebase.iid.GmsRpc.getToken(com.google.firebase:firebase-iid@@21.0.0:13)
at com.google.firebase.iid.FirebaseInstanceId.lambda$getInstanceId$1$FirebaseInstanceId(com.google.firebase:firebase-iid@@21.0.0:158)
at com.google.firebase.iid.FirebaseInstanceId$$Lambda$3.start(Unknown Source:8)
at com.google.firebase.iid.RequestDeduplicator.getOrStartGetTokenRequest(com.google.firebase:firebase-iid@@21.0.0:14)
at com.google.firebase.iid.FirebaseInstanceId.lambda$getInstanceId$2$FirebaseInstanceId(com.google.firebase:firebase-iid@@21.0.0:157)
at com.google.firebase.iid.FirebaseInstanceId$$Lambda$0.then(Unknown Source:6)
at com.google.android.gms.tasks.zzf.run(Unknown Source:2)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at com.google.android.gms.common.util.concurrent.zza.run(com.google.android.gms:play-services-basement@@17.1.1:6)
at java.lang.Thread.run(Thread.java:923)
Caused by: com.google.firebase.installations.FirebaseInstallationsException: Firebase Installations Service is unavailable. Please try again later.
at com.google.firebase.installations.remote.FirebaseInstallationServiceClient.createFirebaseInstallation(FirebaseInstallationServiceClient.java:183)
at com.google.firebase.installations.FirebaseInstallations.registerFidWithServer(FirebaseInstallations.java:489)
at com.google.firebase.installations.FirebaseInstallations.doNetworkCallIfNecessary(FirebaseInstallations.java:360)
at com.google.firebase.installations.FirebaseInstallations.lambda$doRegistrationOrRefresh$2(FirebaseInstallations.java:350)
at com.google.firebase.installations.FirebaseInstallations$$Lambda$4.run(Unknown Source:4)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
args[0] = TAG
│ args[1] = Fetching FCM registration token failed
│ args[2] = java.io.IOException: AUTHENTICATION_FAILED
│ at com.google.firebase.iid.GmsRpc.handleResponse(com.google.firebase:firebase-iid@@21.0.0:84)
│ at com.google.firebase.iid.GmsRpc.lambda$extractResponseWhenComplete$0$GmsRpc(com.google.firebase:firebase-iid@@21.0.0:94)
│ at com.google.firebase.iid.GmsRpc$$Lambda$0.then(Unknown Source:2)
│ at com.google.android.gms.tasks.zzd.run(Unknown Source:5)
│ at com.google.firebase.iid.FirebaseIidExecutors$$Lambda$0.execute(Unknown Source:0)
│ at com.google.android.gms.tasks.zzc.onComplete(Unknown Source:6)
│ at com.google.android.gms.tasks.zzr.zza(Unknown Source:19)
│ at com.google.android.gms.tasks.zzu.setResult(Unknown Source:86)
ja...@gmail.com <ja...@gmail.com> #46
Cases number per day is no hundreds and not thousands anymore. Also total different devices now 93 vs 106 in March.
Most important device top14 is radically changed. Now there are Huawei models only in top and that does not reflect our solution overall device top. It seems that Google side has improved something but not for Huawei. Some of those models are logical (first P40 Lite for example) because those phones do not have GMS but not all from top which are older Huawei models with GMS.
HUAWEI JNY-LX1
HUAWEI ELS-NX9
HUAWEI MAR-LX1A
HUAWEI DUA-L22
HUAWEI ATU-L21
HUAWEI POT-LX1
HUAWEI ANE-LX1
HUAWEI DUB-LX1
HUAWEI SNE-LX1
HUAWEI VOG-L29
HUAWEI WAS-LX1
HUAWEI AMN-LX9
HUAWEI MRD-LX1
Xiaomi Mi A2
cr...@gmail.com <cr...@gmail.com> #47
java.io.IOException: AUTHENTICATION_FAILED
at com.google.firebase.iid.GmsRpc.handleResponse(com.google.firebase:firebase-iid@@21.0.1:7)
at com.google.firebase.iid.GmsRpc.lambda$extractResponseWhenComplete$0$GmsRpc(Unknown Source:8)
at com.google.firebase.iid.GmsRpc$$Lambda$0.then(Unknown Source:2)
at com.google.android.gms.tasks.zzd.run(Unknown Source:5)
at com.google.firebase.iid.FirebaseIidExecutors$$Lambda$0.execute(Unknown Source:0)
at com.google.android.gms.tasks.zzc.onComplete(Unknown Source:6)
at com.google.android.gms.tasks.zzr.zza(Unknown Source:19)
at com.google.android.gms.tasks.zzu.setResult(Unknown Source:86)
at com.google.android.gms.tasks.zzd.run(Unknown Source:15)
at com.google.android.gms.cloudmessaging.zzz.execute(Unknown Source:0)
at com.google.android.gms.tasks.zzc.onComplete(Unknown Source:6)
at com.google.android.gms.tasks.zzr.zza(Unknown Source:19)
at com.google.android.gms.tasks.zzu.setResult(Unknown Source:86)
at com.google.android.gms.tasks.TaskCompletionSource.setResult(Unknown Source:8)
at com.google.android.gms.cloudmessaging.zzq.zza(com.google.android.gms:play-services-cloud-messaging@@16.0.0:9)
at com.google.android.gms.cloudmessaging.zzs.zza(com.google.android.gms:play-services-cloud-messaging@@16.0.0:7)
at com.google.android.gms.cloudmessaging.zzf.zza(com.google.android.gms:play-services-cloud-messaging@@16.0.0:45)
at com.google.android.gms.cloudmessaging.zzi.handleMessage(Unknown Source:2)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:223)
at android.app.ActivityThread.main(ActivityThread.java:7656)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
rk...@gmail.com <rk...@gmail.com> #48
at com.google.firebase.iid.zzr.zza(Unknown Source:67)
at com.google.firebase.iid.zzr.zza(Unknown Source:80)
at com.google.firebase.iid.zzu.then(Unknown Source:4)
at com.google.android.gms.tasks.zze.run(com.google.android.gms:play-services-tasks@@17.2.0:5)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
at java.lang.Thread.run(Thread.java:764)
Same issue, is there any ETA for the issue from Google.
rk...@gmail.com <rk...@gmail.com> #49
at com.google.firebase.iid.zzr.zza(Unknown Source:67)
at com.google.firebase.iid.zzr.zza(Unknown Source:80)
at com.google.firebase.iid.zzu.then(Unknown Source:4)
at com.google.android.gms.tasks.zze.run(com.google.android.gms:play-services-tasks@@17.2.0:5)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
at java.lang.Thread.run(Thread.java:764)
Same issue, is there any ETA for the issue from Google.
je...@plugshare.com <je...@plugshare.com> #50
The pre-launch testing was able to catch one of the crashes on a Pixel 3 with Play Services version 204516028. I've attached a screenshot of the device details and the logcat.
vi...@google.com <vi...@google.com>
vi...@google.com <vi...@google.com> #51
"java.util.concurrent.ExecutionException: com.google.firebase.installations.FirebaseInstallationsException: Firebase Installations Service is unavailable. Please try again later."
Indicates that Firebase Installations requests were made in a narrow time frame. That could happen if the developer is retrying requests without backoff on failures like this.
Re-
Can we get the package name for this app? To debug further we'll probably need the full package name (and ideally project number) for the relevant apps.
vi...@google.com <vi...@google.com> #52
je...@plugshare.com <je...@plugshare.com> #53
bf...@gmail.com <bf...@gmail.com> #54
On Tue, Apr 13, 2021, 11:44 AM <buganizer-system@google.com> wrote:
je...@plugshare.com <je...@plugshare.com> #55
For my case, my getToken code looked something like this
FirebaseMessaging.getInstance().getToken()
.addOnCompleteListener(new OnCompleteListener<String>() {
@Override
public void onComplete(@NonNull Task<String> task) {
String token = task.getResult(); // This causes the crash if task.isSuccessful() == false
Toast.makeText(MainActivity.this, msg, Toast.LENGTH_SHORT).show();
}
});
I'm no longer seeing crashes after checking if task.isSuccessful() is true before accessing task.getResult().
sa...@google.com <sa...@google.com> #56
Re-
vi...@google.com <vi...@google.com> #57
al...@gmail.com <al...@gmail.com> #58
Am I coming today is my issue is how can I get started with the website and also make money online so I could make like others and become a great person is helping others how to be this pandemic of coronavirus healthwise and health solutions and strategies are staying healthy and take care of each other and stay away from one another be number we had to do it for the best ways of life
al...@gmail.com <al...@gmail.com> #59
Really like this in quarters give us an envelope in the game of life now is wait is that really what you think about that is what you need to do in besides what you have to do to take care of your health and your ways of eating around and staying away from others because the pandemic the coronavirus is very dangerous andIf you will never have done in really have to do besides you don’t not want to go to these ways of life so you need to stay healthy and stay away from others like in the house with the steps to steps that you could do so you could complete the way of a better way of life and being in the field coronavirus no onions is one of the ones of health solutions and also staying in shape with exercises and also to remember drink as much as vitamins you could ever have never done but this is for the wait will be a better way of life sustaining how do you not eat junk food like you guys do outside I will finish off my phone take me a while to stay healthy also two bricks is another way that you could be the pandemic virus in case you were to be able to get a sickness symptoms so you could step-by-step use or onion systems and use other way of staying healthy remember to drink lots of water and also to take care of yourself and your spouse or you love persons mouth partner take care and God bless no I was time is the work in from home
HolaHola vida que vivimos estos dĂas debemos de saber que tenemos de portarnos bien con uno sin el otro y tratarlos como respetar uno al otro y tambiĂ©n como pensĂ© este mentado coronavirus que está destruyendo vidas quitando vidas y gente muriendo por eso yo digo dios mĂo ayĂşdanos echar una mano porque hay mucha gente que no comprende y no puede ni creer que estĂ© hiciste STU mentado coronavirus coronavirus es una enfermedad mortal que por eso digo que eso que pasa con uno sobre el otro como esto coronavirus está muy peligroso por eso debes de cuidar tu salud y cambiar tu modo de comer por fuera y comer mejor haciendo comidas. Pase en su propio hogar para que sepas lo que tienes dentro de tus comidas que vas a disfrutar y tambiĂ©n acuĂ©rdate que mucha gente no lo hace. DespuĂ©s debes de cambiar porque está muy duro para que nosotros vivimos por esto que pasa solo cuiden zen y a ver quĂ© pasa y el jueves en estas tragedias pueden hacer tu vida mejor si los haces y puedes defender contra el coronavirusLo comprendo gracias y que tenga un buenos dĂas o buenas noches y que descanses y tambiĂ©n acuĂ©rdese en que comiendo cebollas tambiĂ©n comiendo saludable puedes vencer esto coronavirus y tambiĂ©n haciendo vitamina a vitamina de vitamina C vitamina de vitamina D del despertador a las vitaminas que fueras para tu salud y gracias otra vez y que dios los bendiga adiĂłs
vi...@google.com <vi...@google.com> #60
vi...@google.com <vi...@google.com> #61
[Deleted User] <[Deleted User]> #62
af...@gmail.com <af...@gmail.com> #63
Device detail: Zebra TC56
Android: 8.1.0
BSP: 02-32-04.00-OG-U06-STD
App packageName : com.iwizards.silverline
bf...@gmail.com <bf...@gmail.com> #64
about this issue
On Tue, Feb 13, 2024, 1:28 AM <buganizer-system@google.com> wrote:
g8...@gmail.com <g8...@gmail.com> #65
Registering FCM , FirebaseMessagingService has not get Token
When I actively get the token, hint
Fetch FCM token failed: java.io.IOException: java.util.concurrent.ExecutionException: java.io.IOException: AUTHENTICATION_FAILED
android u
time : 06-19 11.44
sh...@adglobal360.com <sh...@adglobal360.com> #66
java.util.concurrent.ExecutionException: java.io.IOException: AUTHENTICATION_FAILED.
Kindly provide the resolution for the same.
sh...@adglobal360.com <sh...@adglobal360.com> #67
In iOS application we are getting below exception from firebase team.
The operation couldn’t be completed. No APNS token specified before fetching FCM Token
ra...@adglobal360.com <ra...@adglobal360.com> #68
we are facing issue: "The operation couldn’t be completed. No APNS token specified before fetching FCM Token".
We have rechecked the steps of FCM integration with valid certificates added in Firebase too.
Also we have rechecked google-InfoPlist is valid and correct.
Below is our code:
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
FirebaseApp.configure()
Messaging.messaging().delegate = self
UNUserNotificationCenter.current().delegate = self
let authOptions: UNAuthorizationOptions = [.alert, .badge, .sound]
UNUserNotificationCenter.current().requestAuthorization(
options: authOptions,
completionHandler: { _, _ in }
)
application.registerForRemoteNotifications()
}
func messaging(_ messaging: Messaging, didReceiveRegistrationToken fcmToken: String?) {
print("Firebase registration token: \(String(describing: fcmToken))")
print("messaging.fcmToken: \(String(describing: messaging.fcmToken))")
messaging.token { aToken, aError in
debugPrint("aToken %@", aToken ?? "EMPTY")
debugPrint("aError %@", aError ?? "EMPTY")
if let aaToken = aToken{
self.fcmToken = aaToken
}else{
print(aError?.localizedDescription ?? "") //HERE WE ARE GETTING ERROR
}
}
}
func application(_ application: UIApplication, didRegisterForRemoteNotificationsWithDeviceToken deviceToken: Data) {
let getToken = String(data: deviceToken, encoding: .utf8)
print("Firebase token is --- \(getToken)")
Messaging.messaging().setAPNSToken(deviceToken, type: .unknown)
}
Description
FcmTokenManager(25850): java.io.IOException: AUTHENTICATION_FAILED
I cannot find such error code from
NB. It is unclear what end-user should do when such AUTHENTICATION_FAILED happens, there is only
What to do if that does not help?