Friendly Pix iOS is a sample app demonstrating how to build an iOS app with the Firebase Platform.
FriendlyPix is a simple app to capture and share your favorite moments. It demonstrates the best practises of building an iOS app on the Firebase Platform. Follow interesting accounts of your choice. Interact with them through the comments. Stay up-to-date with the latest photos posted in the community.
Use FriendlyPix to:
Friendly Pix iOS is built using Swift and Firebase. The Auth flow is built using Firebase-UI. Dependencies are managed using CocoaPods. Additionally server-side micro-services are built on Cloud Functions for Firebase.
Simply install the pods and open the .xcworkspace file to see the project in Xcode.
$ pod install
$ open your-project.xcworkspace
com.google.firebase.friendlypix
.GoogleService-Info.plist
file, and copy it to the root directory of this app.Info.plist
, navigate to URL types > Item 0 > URL schemes
, and replace the valueYOUR_REVERSED_CLIENT_ID
with the value of REVERSED_CLIENT_ID
from the GoogleService-Info.plist`.com.google.firebase.quickstart.AuthenticationExample
.Info.plist
and replace the value of the FacebookAppID
with the ID of theThe mobile FriendlyPix app need the Cloud Functions, the Realtime Database rules and the Cloud Storage rules to be deployed to work properly. You can find instructions at FriendlyPix Web Repository.
We’d love that you contribute to the project. Before doing so please read our Contributor guide.
© Google, 2011. Licensed under an Apache-2 license.