Firebase_Messaging getToken error. #13578
Unanswered
codeTerrain
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@codeTerrain did you figure this out? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to call the Firebase_messaging getToken() function to get the token for my device, but I am picking up this error. I am using Flutter 3. Anyone to help please?
E/flutter ( 696): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: [firebase_messaging/unknown] java.io.IOException: java.util.concurrent.ExecutionException: java.io.IOException: INVALID_PARAMETERS
E/flutter ( 696): #0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:651:7)
E/flutter ( 696): #1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:334:18)
E/flutter ( 696):
Beta Was this translation helpful? Give feedback.
All reactions