nabeel
nabeel

Reputation: 214

Can we use Firebase database with Laravel? What are the pros and cons?

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

Answers (1)

tommybananas
tommybananas

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

Related Questions