-
Notifications
You must be signed in to change notification settings - Fork 4k
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_AUTH>] <The method 'retrieveDynamicLink' isn't defined for the type 'FirebaseDynamicLinks'.> #2715
Comments
Hi @MassiveSuccess |
Flutter doctor [√] Android toolchain - develop for Android devices (Android SDK version 29.0.2) • No issues found! And code is the the file provided in firebase auth example signin file no code changes made thanks for responting |
Hey @MassiveSuccess. We need more information to resolve this issue but there hasn't been an update in 7 weekdays. I'm marking the issue as stale and if there are no new updates in the next 7 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Since there haven't been any recent updates here, I am going to close this issue. @MassiveSuccess if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this. |
Could everyone who still has this problem please file a new issue with the exact description of what happens, logs, and the output of |
FLUTTER VERBE
flutter run --verbose
{
"resource": "/C:/developer/projects/herbalife/lib/phoneauth/signin_page.dart",
"owner": "dart",
"code": {
"value": "undefined_method",
"target": {
"$mid": 1,
"external": "https://dart.dev/tools/diagnostic-messages#undefined_method",
"path": "/tools/diagnostic-messages",
"scheme": "https",
"authority": "dart.dev",
"fragment": "undefined_method"
}
},
"severity": 8,
"message": "The method 'retrieveDynamicLink' isn't defined for the type 'FirebaseDynamicLinks'.\nTry correcting the name to the name of an existing method, or defining a method named 'retrieveDynamicLink'.",
"source": "dart",
"startLineNumber": 223,
"startColumn": 45,
"endLineNumber": 223,
"endColumn": 64,
"tags": []
}
The text was updated successfully, but these errors were encountered: