ravipatel0508
ravipatel0508

Reputation: 394

What not to commit FlutterFire?

I have a Flutter project which has Firebase connected For Flutter(Android, iOS, Web).
I have a doubt that what are the files and folder which is not recommended to commit on git and must be included in .gitignore

Upvotes: 1

Views: 447

Answers (1)

Gwhyyy
Gwhyyy

Reputation: 9196

while you configure the flutter project with flutterfire cli, it generates a firebase_options.dart, but you can share the project everywhere but for every use on a different machines you should have the flutterfire cli on that machines and configure it again.

so you don't really need to care about this !

Upvotes: 2

Related Questions