mgks / Android-SmartWebView

A simple use webview integrated w/ native features to help create most advanced hybrid applications.
https://mgks.dev/smart-webview
MIT License
571 stars 278 forks source link

Ability to ignore Firebase/Google service or update README.md on how to create one in Firebase Console #164

Closed ZlatanOmerovic closed 4 years ago

ZlatanOmerovic commented 4 years ago

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)

hdz-dev commented 4 years ago

Maybe the posibility to include a dummy file of services.json to start with out errors

mgks commented 4 years ago

I've added my google-services.json file in the latest repo, take it as a dummy, atleast the errors won't appear.