firebase-tools-ui icon indicating copy to clipboard operation
firebase-tools-ui copied to clipboard

A local-first UI for Firebase Emulator Suite.

Results 139 firebase-tools-ui issues
Sort by recently updated
recently updated
newest added

If I write to a sub-collection of a non-existing doc, like so (haven't written any data to the doc `region:1` prior to this): ``` db.collection("servers").doc("region:1").collection("instances").doc("instanceA").set({...}) ``` ...and if I navigate...

bug
internal-bug-filed

I added the storage emulator to my project and started the emulators as always. When I access the emulator UI and click on the Storage tab I just get a...

The log viewer ignores the severity of log entries. When logging errors from cloud functions running in the emulator the entries always display with a severity of 'Info'. I tried...

Using firebase-tools 9.10.2, when creating a document with a reference field the field is saved but the type appears to be a string with an empty string value. After creating...

internal-bug-filed

on opening the chrome inspect: Uncaught SyntaxError: Unexpected token '

When editing items in UI on 13" screen, itms are displayed out of card when collection has more then 10 rows of items. Also, unable to add fiel to collection...

help wanted
internal-bug-filed

The RTDB UI correctly lists the multiple databases created in the emulator. But the Firestore UI only lists the "main" one, even when connecting to different project id in the...

feature request
internal-bug-filed

I am trying to use firebase emulators: I can see my application at 5000 and auth at 9099 localhosts but the auth emulator is not receiving my data as firebase...

The issue can be replicated if opening the **Realtime Database** tab and hovering over any of the icon buttons that trigger the **Tooltip** component: ![image](https://user-images.githubusercontent.com/34299428/102532126-1a2f8e00-4069-11eb-93e2-a22710c300d0.png) Here is an insight into...

Often Emulator is used before changing a schema or while running a test script. It would be wonderful if we could add a button to say grab and export of...