INTRA liked a comment+100 XP
2mos ago
INTRA started a new conversation+100 XP
2mos ago
Good morning everyone! Someone told me I need to synchronize databases, and I'm a bit confused. Here's my question: Do I need to build functionality to synchronize between Firebase and a SQL database in Laravel? Or can I use Firebase directly for everything? My setup: Admin panel: Laravel + Firebase Mobile app: Flutter + Firebase Can the Laravel admin panel connect directly to Firebase without needing a separate SQL database? And if so, can I do full CRUD operations (create, read, update, delete) from Laravel using the Firebase Admin SDK? Thanks in advance!