You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What OS and version are you using to local deploy your application?
macOS 14.4.1
What platforms are you seeing the problem on?
Android, iOS
pubspec.yaml
name: myappdescription: "My Application"publish_to: 'none'# Remove this line if you wish to publish to pub.devversion: 1.0.1+2environment:
sdk: '>=3.3.1 <4.0.0'dependencies:
flutter:
sdk: fluttercupertino_icons: ^1.0.6firebase_core:
firebase_auth: ^4.19.5flutter_facebook_auth: ^7.0.0dev_dependencies:
flutter_test:
sdk: flutter
Describe the Bug
When I want to use login with Facebook with Firebase auth, it generates a limited access token that Firebase can not handle it.
Expected Behavior
When I want to use login with Facebook with Firebase auth, it generates a limited access token that Firebase can not handle.
I did not find any documentation for this can you update the docs?
Also if you provide more information on how to enable AdvertiserTracking permission will be great.
What version are you using?
7.0.0
What OS and version are you using to local deploy your application?
macOS 14.4.1
What platforms are you seeing the problem on?
Android, iOS
pubspec.yaml
Describe the Bug
When I want to use login with Facebook with Firebase auth, it generates a limited access token that Firebase can not handle it.
Expected Behavior
When I want to use login with Facebook with Firebase auth, it generates a limited access token that Firebase can not handle.
To Reproduce
This is my code
And this is the screenshot of the login screen
Relevant log output
flutter doctor -v
Info.plist (iOS)
Podfile (iOS)
AndroidManifest.xml
No response
MainActivity.java
No response
MainActivity.kt
No response
index.html
No response
Info.plist (macOS)
No response
The text was updated successfully, but these errors were encountered: