How to build a Firebase admin panel / GUI in 6 minutes

preview_player
Показать описание
A walkthrough of how to build an admin panel to manage Firestore documents in 6 minutes using Retool.

Firebase authentication docs:
Рекомендации по теме
Комментарии
Автор

Hey, great content! I have a question, how would you query another collection for all the rows you get in the first query? For example query would need to take one proprety in a row and query another collection by that property ( for each row ), once its done, add new properties from queried collection to existing table

TheVasx
Автор

i see all the questions/replies about updating multiple rows and how you need to spin through them. i'm wondering though, what happens when you edit multiple rows in your example and click save, when you have NOT implemented the looping? all the videos i've watched the user says the same thing, "for simplicity sake, we'll only update [0]" but i want to know what would actually happen if you made changes to multiple and only updated [0]? are the changes for other rows still there? are they lost? i'm assuming they're lost, esp if you trigger a repopulation of your table data.

joshthue
Автор

Hii sir, I have a question, how to create admin panel for android app

i_am_surbhi
Автор

Any plans to update this video using the new interface? I am trying to build a Firebase admin and most of what is included in this video is not part of the new retool interface.

akbarbakhshi
Автор

Hi how would I put this into a JavaScript and html website that I want to use as a link

hasibsubasic
Автор

Hello, How to add search option with this table.

pradeeppatidar
Автор

I am trying to change the bulk update action and on row add options but they don't show up on my sidebar. Any help? Thanks.

sjdez
Автор

Dear Chris,

I hope this message finds you well. I am currently in the process of developing a tutorial app and I am seeking guidance on a specific aspect. I would like to inquire if it is feasible to store data in sqflite prior to its utilization in the UI screens of my Flutter application. If such a functionality is indeed possible, I would greatly appreciate your professional advice on the appropriate steps to achieve this integration.

Thank you in advance for your valuable assistance

umarjamshed
Автор

Can you make a new video sir now that they updated this bulk feature also on updateDocumets it says:" value must be a plain javascript object".. and in recordUpdates property i have 0 elements.

gameliker
Автор

At time 7:07 why the ids of old and new row was same? I was taught at the very first day no id can be same in one database never ever.

tayabfarooq
Автор

So, using the admin panel to do your basics, "update, delete, edit, etc" can you hook it up to do your app API's in android and ios?

Monster
Автор

How do you build a login in retool using firebase auth? Or is that even possible?

luisedwards
Автор

Hi thanks for the video, but can you tell if we can make admin panel for e commerse app with retool .

adityananotkar
Автор

Great video! I have a question, how to select a nested collection? In javascript, I would do firebase.firestore().collection("backend").doc("database").collection("collection1"), but I couldn't figure out how to do the equivalent of that in retool interface

wentinz
Автор

Thank you for sharing, how do you get the url for the Firestore database?

paemarkdesigners
Автор

what If I have a column image url ? how can I upload them

zakblacki
Автор

Hello, I'm using Kotlin, mvvm architecture and Firebase as backend?

I'm using Firebase for managing the contents shown in app but it's actually difficult to write content in Firebase.

I want to make a web admin panel, could you please tell me how can I do that?
And what stack should I use for this and how is that possible?

storypur
Автор

I use the name "Testy McTesterson" when testing

chahalpawanpreet
Автор

Hey, do you do free lancing. I have a project for you. Hit me up if you are Intrested.

neerajshettigar
Автор

Hi Retool,
How do we update the records for multiple documents?

In your video you used {{table1.recordUpdates['0']._id}}, but we would like to update multiple, not just the first.

Thanks

gregleibowitz