Search code examples
firebasegoogle-cloud-firestorefirebase-console

did firebase console drop support for opening a specific firestore document via URL?


Previously it was possible to open URLs in the firebase console like this:

https://console.firebase.google.com/u/0/project/lyour-project-id/firestore/data~2Fusers~2FuserID

this would open the firestore collection users and the user with id userID. Since a few days I noticed that this behavior is no longer supported. Is there a way around that?

In backend admin panels this is a very nice feature, I usually link all documents directly like that for fast access.


Solution

  • firebaser here

    I don't think this was intentionally changed, or at least I'm not aware of such a change.

    If you can reproduce this consistently, please file a bug report with the support team so that they can investigate.