-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore: add FlutterFireRemoteParameterFetcher example package #13
Conversation
Remote Parameter Fetcher example app
FlutterFireRemoteParameterFetcher example package
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wrote how to create a new example package.
Codecov ReportAll modified and coverable lines are covered by tests β
Additional details and impacted files@@ Coverage Diff @@
## main #13 +/- ##
=======================================
Coverage 37.44% 37.44%
=======================================
Files 9 9
Lines 235 235
=======================================
Hits 88 88
Misses 147 147 β View full report in Codecov by Sentry. |
.gitignore
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the flutterfire repository, these files were committed, so I copied them.
flutterfire configure | ||
``` | ||
|
||
https://console.firebase.google.com/project/flutterfire-adapter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have already created a Firebase project using the fluttefire configure
command.
https://console.firebase.google.com/project/flutterfire-adapter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thank you for creating the example package!
I see, so onConfigUpdated can't be used on the web...
Created #14 for problems on the web. |
π What I did
βοΈ What I didn't do
Unsupported operation: onConfigUpdated is not supported for web
β Verification
Screenshots
iOS and Anrdoid
macos
Additional Information