lambiengcode / compose-chatgpt-kotlin-android-chatbot

Compose ChatGPT Kotlin - Android Chatbot using Kotlin + Jetpack Compose + Coroutine + MVVM + Retrofit2 + OpenAI's GPT-3 API. Allow stream response from ChatGPT API.
https://youtube.com/shorts/esLh-n3Ao5U
MIT License
217 stars 31 forks source link

App crashes when I change the firebase #13

Open TimRivoli opened 1 year ago

TimRivoli commented 1 year ago

I created my own firebase and downloaded the google-services.json file for it. Now the app crashes when it tries to start. It works fine if I change it back to your firebase. What do I need to do to get it to work with a new firebase setup?

lambiengcode commented 1 year ago

You need to create index in firestore, I'll update config step in README.md as soon as possible.

mehrdadpasiyann commented 5 months ago

I have this problem too