incorporate user messaging using firebase and swift
up vote
-1
down vote
favorite
So I am trying to find a way to incorporate a messaging feature within an app. I cannot find any up to date information on the web, so I figured I'll ask on this platform. Can someone guide me in the right direction?
I am currently using firebase and swift as building tool for my app. I am looking to build a simple chat/messaging function where users can message each other like instagram, facebook and airbnb allows users to do.
ios firebase swift4 chat
add a comment |
up vote
-1
down vote
favorite
So I am trying to find a way to incorporate a messaging feature within an app. I cannot find any up to date information on the web, so I figured I'll ask on this platform. Can someone guide me in the right direction?
I am currently using firebase and swift as building tool for my app. I am looking to build a simple chat/messaging function where users can message each other like instagram, facebook and airbnb allows users to do.
ios firebase swift4 chat
That's an incredibly broad topic. Did you search for tutorials already? There are dozens of "building chat on Firebase for iOS" tutorials out there.
– Frank van Puffelen
Nov 9 at 20:06
Yes I did look it up online. Again, the information is outdated. Most of the sites only provide a group chat tutorial, however I'm in search of a peer to peer messaging. I'll continue the search thank you.
– J.J
Nov 11 at 4:02
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
So I am trying to find a way to incorporate a messaging feature within an app. I cannot find any up to date information on the web, so I figured I'll ask on this platform. Can someone guide me in the right direction?
I am currently using firebase and swift as building tool for my app. I am looking to build a simple chat/messaging function where users can message each other like instagram, facebook and airbnb allows users to do.
ios firebase swift4 chat
So I am trying to find a way to incorporate a messaging feature within an app. I cannot find any up to date information on the web, so I figured I'll ask on this platform. Can someone guide me in the right direction?
I am currently using firebase and swift as building tool for my app. I am looking to build a simple chat/messaging function where users can message each other like instagram, facebook and airbnb allows users to do.
ios firebase swift4 chat
ios firebase swift4 chat
asked Nov 9 at 19:23
J.J
86
86
That's an incredibly broad topic. Did you search for tutorials already? There are dozens of "building chat on Firebase for iOS" tutorials out there.
– Frank van Puffelen
Nov 9 at 20:06
Yes I did look it up online. Again, the information is outdated. Most of the sites only provide a group chat tutorial, however I'm in search of a peer to peer messaging. I'll continue the search thank you.
– J.J
Nov 11 at 4:02
add a comment |
That's an incredibly broad topic. Did you search for tutorials already? There are dozens of "building chat on Firebase for iOS" tutorials out there.
– Frank van Puffelen
Nov 9 at 20:06
Yes I did look it up online. Again, the information is outdated. Most of the sites only provide a group chat tutorial, however I'm in search of a peer to peer messaging. I'll continue the search thank you.
– J.J
Nov 11 at 4:02
That's an incredibly broad topic. Did you search for tutorials already? There are dozens of "building chat on Firebase for iOS" tutorials out there.
– Frank van Puffelen
Nov 9 at 20:06
That's an incredibly broad topic. Did you search for tutorials already? There are dozens of "building chat on Firebase for iOS" tutorials out there.
– Frank van Puffelen
Nov 9 at 20:06
Yes I did look it up online. Again, the information is outdated. Most of the sites only provide a group chat tutorial, however I'm in search of a peer to peer messaging. I'll continue the search thank you.
– J.J
Nov 11 at 4:02
Yes I did look it up online. Again, the information is outdated. Most of the sites only provide a group chat tutorial, however I'm in search of a peer to peer messaging. I'll continue the search thank you.
– J.J
Nov 11 at 4:02
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Firebase provides realtime database for chatting feature and many other features where you need data updates in realtime.
You can refer to https://firebase.google.com/docs/database/ios/lists-of-data where it shows you can handle child-added, child-changed event for realtime updates.
You will have to design your database to incorporate chats in it though and then write business logics to handle it through firebase realtime apis.
Yes I came across that information. Thank you
– J.J
Nov 11 at 4:03
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Firebase provides realtime database for chatting feature and many other features where you need data updates in realtime.
You can refer to https://firebase.google.com/docs/database/ios/lists-of-data where it shows you can handle child-added, child-changed event for realtime updates.
You will have to design your database to incorporate chats in it though and then write business logics to handle it through firebase realtime apis.
Yes I came across that information. Thank you
– J.J
Nov 11 at 4:03
add a comment |
up vote
0
down vote
Firebase provides realtime database for chatting feature and many other features where you need data updates in realtime.
You can refer to https://firebase.google.com/docs/database/ios/lists-of-data where it shows you can handle child-added, child-changed event for realtime updates.
You will have to design your database to incorporate chats in it though and then write business logics to handle it through firebase realtime apis.
Yes I came across that information. Thank you
– J.J
Nov 11 at 4:03
add a comment |
up vote
0
down vote
up vote
0
down vote
Firebase provides realtime database for chatting feature and many other features where you need data updates in realtime.
You can refer to https://firebase.google.com/docs/database/ios/lists-of-data where it shows you can handle child-added, child-changed event for realtime updates.
You will have to design your database to incorporate chats in it though and then write business logics to handle it through firebase realtime apis.
Firebase provides realtime database for chatting feature and many other features where you need data updates in realtime.
You can refer to https://firebase.google.com/docs/database/ios/lists-of-data where it shows you can handle child-added, child-changed event for realtime updates.
You will have to design your database to incorporate chats in it though and then write business logics to handle it through firebase realtime apis.
answered Nov 9 at 21:29
Vijayendra Gade
697
697
Yes I came across that information. Thank you
– J.J
Nov 11 at 4:03
add a comment |
Yes I came across that information. Thank you
– J.J
Nov 11 at 4:03
Yes I came across that information. Thank you
– J.J
Nov 11 at 4:03
Yes I came across that information. Thank you
– J.J
Nov 11 at 4:03
add a comment |
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53232097%2fincorporate-user-messaging-using-firebase-and-swift%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
That's an incredibly broad topic. Did you search for tutorials already? There are dozens of "building chat on Firebase for iOS" tutorials out there.
– Frank van Puffelen
Nov 9 at 20:06
Yes I did look it up online. Again, the information is outdated. Most of the sites only provide a group chat tutorial, however I'm in search of a peer to peer messaging. I'll continue the search thank you.
– J.J
Nov 11 at 4:02