Mar 11, 2020
0
Level 1
Laravel Vue SPA, firebase hosting and social login
Hi All!
We want to convert our actual Laravel v7 app into a PWA and host frontend in Firebase and Laravel Backend in Google Cloud VM.
We have to accomplish the following requirements:
- Frotend will be moved to VueJS and hosted in firebase
- Current login must continue being Social (nowadays we use Socialite package and we restrict in LoginController that only emails from @ourdomain.com can proceed to login)
- We want to implement push notifications once PWA is ready
Which are the following recommendations based on requirements?
- Do we continue using Socialite package or we move to Laravel Airlock or Firebase Social Authentication?
- For Push Notifications, any package for laravel in order to invoke firebase push notifications or do you recommend other approach?
Regards
Please or to participate in this conversation.