steroid-team / app

Helping you organise your day with ease and privacy.
1 stars 2 forks source link

tests: Generate google-services.json in Cirrus CI #39

Closed YagoGG closed 3 years ago

YagoGG commented 3 years ago

Since the google-services.json files gives access to our Firebase quotas, we should not check it into our VCS.

This allows us to properly run builds in the CI without uploading the file to GitHub.

ccing @sydneyhauke, as you might want this for #15 and your other authentication-related work.

YagoGG commented 3 years ago

Just to clarify, I'm putting this into a separate PR so we can easily merge it and create other PRs involving Firebase without worrying about the CI.