Reputation: 214
I am planning to build a web application along with iOS and Android apps. Someone suggested to go with Laravel.
Can I use Firebase with Laravel? If yes what are the pros and cons?
Upvotes: 2
Views: 300
Reputation: 5736
Firebase is a client-side framework so it is completely independent of your server side code. That said, the Firebase Admin SDK does not support PHP so if you need to use features of the admin SDK, you would be out of luck.
Upvotes: 1