Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: apageeltd on October 26, 2020, 07:24:10 AM

Title: Looking for Firebase Playmaker Action
Post by: apageeltd on October 26, 2020, 07:24:10 AM
Hello , i am looking to make an communication app like a (whatsapp / Viber)
And looking to use Firebase as backend , and design in unity
So, can anyone suggest me a way to implement the following mentioned below using Playmaker action , with the way to communicate with Firebase.( Because i could not find any action of playmaker related to firebase )

Any suggestion help will be highly appreciated


Registration: Email verification and phone verification
Login system
Messaging system/chat
Video/Audio calls
Send direct message to user
Check online status, last activity
See when user typing message
Firebase push notifications

Regards,
Shihan
Title: Re: Looking for Firebase Playmaker Action
Post by: BredDev on October 29, 2020, 07:08:35 AM
Damn...uh, only way I think you can implement something like that is to add scripts into the back-end and have PM handle the actual UI?

Kotlin can be quite useful to develop something like this, but you would need other languages to handle server traffic, send requests back and forth etc.

Python
Javascript
PHP
maybe even some C++

Playmaker isn't a messaging app development program, you'd have to code at some point with more complex stuff like that lol
Title: Re: Looking for Firebase Playmaker Action
Post by: apageeltd on October 30, 2020, 11:41:12 AM
Thanks for the reply,
i was wondering that maybe python could handle all these...but will it be very heavy as an app , if you have any odea could you please suggest me on it .
Thanks
Shihan
Title: Re: Looking for Firebase Playmaker Action
Post by: BredDev on October 30, 2020, 02:18:42 PM
Unfortunately that's all I got for you.

To the simpleton plebs operating a messaging app like whatsapp its simply "Write message, send, receive. How hard can it be?"

It's so complex in its efficiency its a marvel it operating so well with over 1billion other humans using it.  ;D