Problem
When first starting this boilerplate, we'll get a build error that we're missing a google-services.json which we must acquire from Firebase Console.
It's not a frustration that much, but for novice users it may be misleading.
My suggested solution(s)
I would like an easy code-wise ability to fully ignore using Firebase Services (aka. google-services.json) for the time being, or to provide a guideline how to create one.
Alternatives
As described above, two of those solutions should suffice anyone, if not, maybe a way to remove Firebase entirely (someone might not need it at all)
Problem When first starting this boilerplate, we'll get a build error that we're missing a
google-services.json
which we must acquire from Firebase Console.It's not a frustration that much, but for novice users it may be misleading.
My suggested solution(s) I would like an easy code-wise ability to fully ignore using Firebase Services (aka.
google-services.json
) for the time being, or to provide a guideline how to create one.This could be a template for it: https://support.google.com/firebase/answer/7015592?hl=en
Alternatives As described above, two of those solutions should suffice anyone, if not, maybe a way to remove Firebase entirely (someone might not need it at all)