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
Says "in your debug build" - for flutter developers without experience of writing native apps it's unclear what file(s) should be modified here?
Also - the kotlin code snippet includes FirebaseApp.initializeApp(/*context=*/this), but the firebase app is initialized in flutter code normally? Will this work?
The instructions here: https://firebase.flutter.dev/docs/app-check/usage#activating-the-debug-provider-android
are similar, but talk about modifying MainActivity.java, By default new flutter projects don't have this file do they? In this case the instructions make no mention of "debug builds" - does this mean that the snippet should be included unconditionally in all builds?
A working example app using the debug provider would be a great help.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
https://firebase.google.com/docs/app-check/android/debug-provider#emulator
Says "in your debug build" - for flutter developers without experience of writing native apps it's unclear what file(s) should be modified here?
Also - the kotlin code snippet includes
FirebaseApp.initializeApp(/*context=*/this)
, but the firebase app is initialized in flutter code normally? Will this work?The instructions here: https://firebase.flutter.dev/docs/app-check/usage#activating-the-debug-provider-android
are similar, but talk about modifying MainActivity.java, By default new flutter projects don't have this file do they? In this case the instructions make no mention of "debug builds" - does this mean that the snippet should be included unconditionally in all builds?
A working example app using the debug provider would be a great help.
Beta Was this translation helpful? Give feedback.
All reactions