Hello, I am thinking of using firebase and supabase at the same time in my project. firebase for auth and notifications, supabase for the rest. What are the negative aspects or dangers of this and is there a solution to these negative aspects? Your thoughts on this subject will shape my project. Thanks.
@@16td great question! Is there a specific reason why you want to use both? In general I would decide to only use one platform. With the new AI assistant for Supabase I would configure auth with supabase. In general I would only choose one source but if you need two databases the negative part of choosing two different systems depending on how you structure the data. For example building a relational database when you need data associated with a logged in user could make it far more complicated and some errors can occur. Let me know if you have any questions!
@@docwilliams In my project, I want users to be notified when they receive messages from each other (a chat app) In other words, the notification system is not the classic system where the admin sends notifications to all users. I couldn't do this with Supabase. In the sources on the internet, it is only explained for Android users, the part for iOS users is a big gap. I would be grateful if you could guide me. Don't know what to do.
@@16td ahh gotcha Hmm for that feature I would look at OneSignal onesignal.com/ or buildship buildship.com/ I would look into documentation or jump in buildship's discord. Let me know what what they say. Both teams are very responsive.
Dang I just watched the 2024 one an hour ago! You the goat bruh!
Hahah thanks! Glad to help!
just got here from the link posted in the beginners video
Glad that you stopped by!
Would I be able to use Flutterflow to make a companion app for a tabletop roleplaying game?
Great question! You could! Just depends on the exact functionality you're looking for.
Hello, I am thinking of using firebase and supabase at the same time in my project. firebase for auth and notifications, supabase for the rest. What are the negative aspects or dangers of this and is there a solution to these negative aspects? Your thoughts on this subject will shape my project. Thanks.
@@16td great question! Is there a specific reason why you want to use both? In general I would decide to only use one platform.
With the new AI assistant for Supabase I would configure auth with supabase.
In general I would only choose one source but if you need two databases the negative part of choosing two different systems depending on how you structure the data.
For example building a relational database when you need data associated with a logged in user could make it far more complicated and some errors can occur.
Let me know if you have any questions!
@@docwilliams In my project, I want users to be notified when they receive messages from each other (a chat app) In other words, the notification system is not the classic system where the admin sends notifications to all users. I couldn't do this with Supabase. In the sources on the internet, it is only explained for Android users, the part for iOS users is a big gap. I would be grateful if you could guide me. Don't know what to do.
@@16td ahh gotcha
Hmm for that feature I would look at OneSignal onesignal.com/ or buildship buildship.com/
I would look into documentation or jump in buildship's discord.
Let me know what what they say. Both teams are very responsive.
@@docwilliams I'm trying to find a way to use firebase and supabase together. If I can't, I'll do as you say. Thanks for your time.