Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

firebase

  1. K

    iOS Swift + IOS + Bluetooth Questions

    Hi, I am new at around you and also IOS programing with swift language. Nowadays, I am dealing with a project which uses bluetooth in order to communicate with beacons and cloud message service which is Firebase. Actually, I did a part of Firebase side. However, I need to help for bluetooth...
  2. J

    iOS Firebase Social Media App

    Hi guys, so far in my app using swift and Xcode, I've created Log in, Sign Up and reset password screens Taking a picture and uploading it to firebase and putting all users onto a database onto firebase Now people can send an image to every registered user, how would I go round making a...
  3. C

    iOS Handling Push Notification

    Hey guys, i'm new to Push notification. I have script in NodeJS which send push notification to user when someone comment's on his profile. But push notification is sent based on the device token so for example when A user logs in with his iPhone and then he log out and logs with account B from...
  4. iosmike

    iOS Best option for iOS Apps to access Google Drive

    I need my app to enable users to access iCloud, Google Drive and Dropbox, etc. I have done research and got information below. Which is the best option for my app? 1. Set up Google Drive API for iOS, set up iCloud, etc one by one 2. I have set up Firebase for mp app. I read some...
  5. iosmike

    iOS How to retrieve data from Firebase?

    I am trying to retrieve every object stored in Firebase. Not sure how to go ahead. The following is my code and snap.value printed. I need to retrieve String "cbc" and "cp24" as well as values for datesaved and url. "cbc" and "cp24" are names I entered when saving. My code...