Reputation: 127
I am new to Xcode and was trying to create a iOS app with a signup screen which would save user credentials on a MySQL server.
I wanted to know if that is the best approach as further in the application I would create events which other app users could join in on.
I was told that keychain might help but I'm not sure if it will be able to show the events to other app users.
Any help would be appreciated.
Upvotes: 1
Views: 85
Reputation: 1487
I think the best thing for you sounds like it would be Firebase
Take a look, its free for up to a certain server size, you would be able to communicate between devices in real time (the events you were talking about). There is also a lot of support online & on youtube.
Upvotes: 3