Should firebase_options.dart be excluded from source-control #7793
Unanswered
wim07101993
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using the
flutterfire configure
command, it generates afirebase_options.dart
file. This file contains all data about the project, api-keys, app-id, ... Most of this data is not sensitive but stuff like the api-keys are.I always learned you should not put those kind of things in source control for obvious security reasons. In the docs it says nowhere this
filebase_options.dart
file should be excluded from source-control. So should it or shouldn't it?Beta Was this translation helpful? Give feedback.
All reactions