S-ResearchStack / app-sdk

Apache License 2.0
27 stars 20 forks source link

[FAQ] How to run sample application? (firebase error) #1

Closed jjyun-do closed 2 months ago

jjyun-do commented 2 years ago

Currently, sample application is linked to the Firebase Project that we use for Dev.

Therefore, you need to create your own Firebase Project and register your debug keystore

1) Create Firebase Project (requires Google Account) https://firebase.google.com/docs/android/setup?authuser=0

2) Check Debug Keystore https://developers.google.com/android/guides/client-auth

You must do optional step #4(Debug signing certificate SHA-1) in Step 2: Register your app with firebase during create the firebase project.

After completing all process, you will need to change the 'samples/researchsample/google-services.json' file.