Firebase and Laravel
-
Is laravel websites working properly with Firebase databases ?
-
yes you can do that
https://www.cloudways.com/blog/firebase-realtime-database-laravel/
-
yes, you can use firebase with laravel
-
@dev_lak I'm developing a android app using flutter and it's website using laravel. Can I know what is the best choice for that ? Firebase or mySql ?
-
@ciaompe I'm developing a android app using flutter and it's website using laravel. Can I know what is the best choice for that ? Firebase or mySql ?
-
if you go for a mysql, you have to make separate API for app, if you use firebase simply you can use their sdk to develop both app and web, but check firebase free tier limits are enough for your system
-
@manoj-kasun If you develop an API using laravel framework no need to use firebase database go for MYSQL. If you use firebase no need to develop an API. They have already built API .
-
I want send push notifications , and develop a image processing through flutter android app laravel use for its web dash board like admin panel. I can develop an laravel api. Is mysql better for develop my database ?
-
@manoj-kasun yes mysql is totally fine, you can use firebase to send push
-
yes . you can use mysql for API.
use onesignal for push notification
https://medium.com/berkay-kaya/onesignal-web-push-notifications-for-laravel-8de35851a6a4