All Projects → firebase → Quickstart Ios

firebase / Quickstart Ios

Licence: apache-2.0
Firebase Quickstart Samples for iOS

Programming Languages

swift
15916 projects
objective c
16641 projects - #2 most used programming language
shell
77523 projects
ruby
36898 projects - #4 most used programming language
HTML
75241 projects
Objective-C++
1391 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Quickstart Ios

Rest app
Authentication + Splash Screen Flutter UI, UI created getting inspired from one share on dribble with flutter
Stars: ✭ 169 (-92.76%)
Mutual labels:  firebase
Flutter camera ml vision
A flutter widget that show the camera stream and allow ML vision recognition on it, it allow you to detect barcodes, labels, text, faces...
Stars: ✭ 175 (-92.5%)
Mutual labels:  firebase
Vue Trello
Trello clone with Vue.js for educational purposes
Stars: ✭ 185 (-92.07%)
Mutual labels:  firebase
Firestore Cloud Functions Typescript
Firebase cloud functions in typescript with Firestore. Using a social network as example
Stars: ✭ 171 (-92.67%)
Mutual labels:  firebase
Santa Tracker Android
Google Santa Tracker app for Android is an educational and entertaining tradition that brings joy to millions of children (and children at heart) across the world over the December holiday period.
Stars: ✭ 2,062 (-11.62%)
Mutual labels:  firebase
Makeitso
This is the source code for Make It So, the sample app accompanying my blog post "Replicating the iOS Reminders App Using SwiftUI and Firebase"
Stars: ✭ 181 (-92.24%)
Mutual labels:  firebase
Fcm
Firebase Cloud Messaging (FCM) notifications channel for Laravel
Stars: ✭ 169 (-92.76%)
Mutual labels:  firebase
Instagramclone
A detailed clone of the Instagram app built with the Firebase database
Stars: ✭ 186 (-92.03%)
Mutual labels:  firebase
App
COVID-19 App
Stars: ✭ 2,079 (-10.89%)
Mutual labels:  firebase
Todo Redux Saga
Todo app with Create-React-App • React-Redux • Redux-Saga • Firebase • OAuth
Stars: ✭ 184 (-92.11%)
Mutual labels:  firebase
Space Cloud
Open source Firebase + Heroku to develop, scale and secure serverless apps on Kubernetes
Stars: ✭ 3,323 (+42.43%)
Mutual labels:  firebase
Wildfire
🔥From a little spark may burst a flame.
Stars: ✭ 175 (-92.5%)
Mutual labels:  firebase
Flutter Task App
Flutter Task UI (Dribbble)
Stars: ✭ 180 (-92.28%)
Mutual labels:  firebase
Sign in flutter
"Login Demo" app which shows how to use google sign in Android and iOS using Flutter.
Stars: ✭ 170 (-92.71%)
Mutual labels:  firebase
Ridesharing Android
Ridesharing driver & rider sample apps using HyperTrack SDK
Stars: ✭ 186 (-92.03%)
Mutual labels:  firebase
Tiktok Clone
An iOS Tiktok Clone built with Swift(Frontend) and Firebase(Backend)
Stars: ✭ 170 (-92.71%)
Mutual labels:  firebase
React Firebase
🔥Declarative React bindings for Firebase Auth & Realtime Database.
Stars: ✭ 176 (-92.46%)
Mutual labels:  firebase
Istheapp
Open-source android spyware
Stars: ✭ 186 (-92.03%)
Mutual labels:  firebase
Flamelink
JavaScript SDK for integrating with Flamelink CMS 🔥
Stars: ✭ 186 (-92.03%)
Mutual labels:  firebase
Gqlify
[NOT MAINTAINED]An API integration framework using GraphQL
Stars: ✭ 182 (-92.2%)
Mutual labels:  firebase

Firebase Quickstarts for iOS

A collection of quickstart samples demonstrating the Firebase APIs on iOS. Each sample contains targets for both Objective-C and Swift. For more information, see https://firebase.google.com.

Samples

You can open each of the following samples as an Xcode project, and run them on a mobile device or a simulator. Simply install the pods and open the .xcworkspace file to see the project in Xcode.

$ pod install --repo-update
$ open your-project.xcworkspace

When doing so you need to add each sample app you wish to try to a Firebase project on the Firebase console. You can add multiple sample apps to the same Firebase project. There's no need to create separate projects for each app.

To add a sample app to a Firebase project, use the bundleID from the Xcode project. Download the generated GoogleService-Info.plist file, and replace the existing plist to the root directory of the sample you wish to run.

Code Formatting

To ensure that the code is formatted consistently, run the script ./scripts/style.sh before creating a PR.

GitHub Actions will verify that any code changes are done in a style compliant way. Install mint and swiftformat:

brew install mint
mint bootstrap
./scripts/style.sh

How to make contributions?

Please read and follow the steps in the CONTRIBUTING.md

License

See LICENSE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].