Firebase SignalR Equalivent? #5379
-
What is the Firebase SignalR Equalivent? Thank you for your guidance and congratulations on version 9! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @longtimedeveloper! The two Firebase databases, Realtime Database and Cloud Firestore, include real-time functionality built-in. In terms of deciding which one to use, take a look at the "Choose a database" guide. If you'd like to see what the client code looks like for subscribing to realtime events, here are the docs for Realtime Database listeners and Cloud Firestore listeners. I'm not too familiar with SignalR, but if it also includes push notification functionality, you can take a look at Firebase Cloud Messaging for web. |
Beta Was this translation helpful? Give feedback.
Hi @longtimedeveloper! The two Firebase databases, Realtime Database and Cloud Firestore, include real-time functionality built-in. In terms of deciding which one to use, take a look at the "Choose a database" guide.
If you'd like to see what the client code looks like for subscribing to realtime events, here are the docs for Realtime Database listeners and Cloud Firestore listeners.
I'm not too familiar with SignalR, but if it also includes push notification functionality, you can take a look at Firebase Cloud Messaging for web.