Rosário P. Fernandes
Rosário P. Fernandes
Hey @step135 I'm sorry that you're having an issue searching data with geofire. We do our best to address everyone's feature requests, but first we need to understand your needs....
Maybe create a new category named "No Platform"? Then the `project.json` file would have: ``` "platforms": [ "no-platform" ] ``` Could be a temporary solution until we find a better...
Hi @etiennea Yes, I think custom tokens would be the way to go. Here are a few resources that might help you get started with custom tokens: - [Create Custom...
@philiprbrenan It assumes that you've already initialized a provider as shown [here](https://firebase.google.com/docs/auth/web/google-signin#handle_the_sign-in_flow_with_the_firebase_sdk)
Fixed in #27
@kaushalyap while we wait for official Kotlin Multiplatform platform, you might want to have a look at this unofficial SDK: [gitliveapp/firebase-kotlin-sdk](https://firebaseopensource.com/projects/gitliveapp/firebase-kotlin-sdk/).
@aroach TBH I had not considered that when I thought of this. But there are 3 options I can see right now: ### 1. Store it in BuildConfig We could...
@amitthecoder as mentioned in the [Requirements section](https://github.com/google/generative-ai-android/tree/main/generativeai-android-sample#requirements) of the README, you should [get an API Key](https://aistudio.google.com/app/apikey) from Google AI Studio and add that key to the local.properties file in this...
@amitthecoder I just tried this in my machine and it seems like you're right. I'll investigate this further, but in the meantime you can replace `BuildConfig.apiKey` with your API Key...
@amitthecoder In the top bar menu, I selected `Build` > `Rebuild project` and the error went away. Could you try that ?