How retrieve the key from Firebase?

Hi everyone! I want to retrieve my keys from Firebase (not values). How do I do that?

1 Like

Suppose you have a key named “user_ids” which all your user ID’s under it, you can use a List Viewer to show the user ID’s like this

1 Like

What if I only want specific “user IDs”, not all of them? For example with OCR. When the OCR reads some text, and it contains some of the words under the key “milk”, but not all of them, how do I set the list viewer items to specifically those values that the OCR read (that are under the key “milk”)?

1 Like

Is “milk” the top key in your database?

If not then you need to provide the full path to the key. For example myFood-db/categories/milk