Anyone's got a better idea?
Firebase Support Initial response:
From what I see at the moment I’m not entirely sure to say that only default databases can be used in such a situation. Given that you specify the full path in firestore.exists(/databases/(default)/documents/users/$(uid));, I'd expect that you can replace (default) with the database ID that you want to access. If you can't get that to work, we need to check it with a minimal repro.
Firebase Support final response:
In the end it turned out that at the moment Firestore non-default database is indeed not supported. I hope this will change soon, because we have more people with a similar problem like yours.
I just cannot get it to work, and cannot find anything in the docs.
I do see examples of using firestore.get() from the storage rules, but only for the default database, like here:
https://firebase.google.com/docs/storage/security/rules-conditions
Now I’m not able to login to my Firebase console even from another laptop.
What’s going on here?
May be I'm too old school, but imho if you need to call an LLM to write a commit message you're not committed enough! I think commits ought to be granular and cohesive enough that you can describe in a line or two. And taking time to summarize what you've done is only gonna help you in the future.
WDYT?