All Projects → soheilbm → Firebase

soheilbm / Firebase

Licence: mit
[DEPRECATED] Unofficial Carthage support for Firebase libraries

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Firebase

Nativescript Plugin Firebase
🔥 NativeScript plugin for Firebase
Stars: ✭ 990 (+900%)
Mutual labels:  google, analytics, firebase
Angularmaterialfirebase
🔥 Full stack starter app with Angular 8, Material Design and Firebase (+ demo)
Stars: ✭ 229 (+131.31%)
Mutual labels:  google, firebase
Canner
⚡️[NOT MAINTAINED] Content Management Framework creates custom CMS fast and easy. Support data sources such as Firebase/Firestore, GraphQL and Restful APIs.
Stars: ✭ 2,472 (+2396.97%)
Mutual labels:  google, firebase
Flutterfire
🔥 A collection of Firebase plugins for Flutter apps.
Stars: ✭ 5,979 (+5939.39%)
Mutual labels:  google, 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 (+1982.83%)
Mutual labels:  google, firebase
Googleanalyticsr
Use the Google Analytics API from R
Stars: ✭ 213 (+115.15%)
Mutual labels:  google, analytics
Gmscore
Free implementation of Play Services
Stars: ✭ 4,356 (+4300%)
Mutual labels:  google, firebase
Qtfirebase
An effort to bring Google's Firebase C++ API to Qt + QML
Stars: ✭ 208 (+110.1%)
Mutual labels:  analytics, firebase
Mixpanel Iphone
iPhone tracking library for Mixpanel Analytics
Stars: ✭ 939 (+848.48%)
Mutual labels:  analytics, carthage
Pysoc.js
😎 Simple gsoc data scraper, search for any keyword and instantly get data about the orgs that match your search criteria, use filters to sort and analyse the data, uses fuzzy-searching to improve user-search experience
Stars: ✭ 35 (-64.65%)
Mutual labels:  analytics, firebase
Combinefirebase
Combine wrapper on Google's iOS Firebase library.
Stars: ✭ 126 (+27.27%)
Mutual labels:  google, firebase
Firegraph
GraphQL Superpowers for Google Cloud Firestore
Stars: ✭ 80 (-19.19%)
Mutual labels:  google, firebase
Functions Samples
Collection of sample apps showcasing popular use cases using Cloud Functions for Firebase
Stars: ✭ 10,576 (+10582.83%)
Mutual labels:  google, firebase
Laravel Analytics
A Laravel package to retrieve pageviews and other data from Google Analytics
Stars: ✭ 2,613 (+2539.39%)
Mutual labels:  google, analytics
Amplitude Ios
Native iOS/tvOS/macOS SDK
Stars: ✭ 216 (+118.18%)
Mutual labels:  analytics, carthage
clevertap-ios-sdk
CleverTap iOS SDK
Stars: ✭ 39 (-60.61%)
Mutual labels:  analytics, carthage
Godotfirebase
FireBase for godot
Stars: ✭ 199 (+101.01%)
Mutual labels:  analytics, firebase
Fsfirestore
Functional F# library to access Firestore database hosted on Google Cloud Platform (GCP) or Firebase.
Stars: ✭ 22 (-77.78%)
Mutual labels:  google, firebase
Google Analytics Api Symfony
Google Analytics API Symfony Bundle
Stars: ✭ 43 (-56.57%)
Mutual labels:  google, analytics
React Native Firebase
🔥 A well-tested feature-rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for all Firebase services.
Stars: ✭ 9,674 (+9671.72%)
Mutual labels:  analytics, firebase

[DEPRECATED] This Repository is no Longer Maintained

This was an experimental project. Firebase team has already started to work on carthage support in their main repository. For more information please refer to Firebase-iOS-Carthage.

Firebase-Carthage

Carthage compatible

Unofficial Carthage support for Firebase.

If you are looking for open source Firebase repository you may refer to Firebase-iOS-SDK.


Usage

The iOS Example file is a sample of using core firebase (analytics).

You need to add GoogleService info plist to your main project. (iOS Example project also needs Googleservice info plist)

Installation

Carthage

Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.

You can install Carthage with Homebrew using the following command:

$ brew update
$ brew install carthage

To integrate Firebase into your Xcode project using Carthage, specify it in your Cartfile:

github "soheilbm/Firebase" 

Run carthage update to build the framework and drag the built Firebase.framework into your Xcode project.

  • Add the -ObjC flag to "Other Linker Settings"
  • Turn on ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES in your build settings.
  • Drag each framework from the directory named after the SDK into the Project Navigator pane. Note that there may be no additional frameworks, in which case this directory will be empty. For instance, if you want the Database SDK, look in the Database folder for the required frameworks. In the dialog box that appears, make sure the target you want this framework to be added to has a checkmark next to it, and that you've selected "Copy items if needed.

"(~> X)" below means that the SDK requires all of the frameworks from X. You should make sure to include all of the frameworks from X when including the SDK. Add the following Framework to your project with carthage copy-framework method.

Analytics

  • FirebaseAnalytics.framework
  • FirebaseNanoPB.framework
  • FirebaseCoreDiagnostics.framework
  • FirebaseCore.framework
  • FirebaseInstanceID.framework
  • GoogleToolboxForMac.framework
  • nanopb.framework

ABTesting (~> Analytics)

  • FirebaseABTesting.framework
  • Protobuf.framework

AdMob (~> Analytics)

  • GoogleMobileAds.framework

Auth (~> Analytics)

  • FirebaseAuth.framework
  • GTMSessionFetcher.framework

Crash (~> Analytics)

  • FirebaseCrash.framework
  • Protobuf.framework

Database (~> Analytics)

  • FirebaseDatabase.framework
  • leveldb-library.framework

DynamicLinks (~> Analytics)

  • FirebaseDynamicLinks.framework

Firestore (~> Analytics)

  • BoringSSL.framework
  • FirebaseFirestore.framework
  • Protobuf.framework
  • gRPC.framework
  • gRPC-Core.framework
  • gRPC-ProtoRPC.framework
  • gRPC-RxLibrary.framework
  • leveldb-library.framework

You'll also need to add the resources in the Resources directory into your target's main bundle.

Invites (~> Analytics)

  • FirebaseDynamicLinks.framework
  • FirebaseInvites.framework
  • GTMOAuth2.framework
  • GTMSessionFetcher.framework
  • GoogleAPIClientForREST.framework
  • GoogleSignIn.framework
  • Protobuf.framework

You'll also need to add the resources in the Resources directory into your target's main bundle.

Messaging (~> Analytics)

  • FirebaseMessaging.framework
  • Protobuf.framework

Performance (~> Analytics)

  • FirebasePerformance.framework
  • FirebaseSwizzlingUtilities.framework
  • GTMSessionFetcher.framework
  • Protobuf.framework

RemoteConfig (~> Analytics)

  • FirebaseABTesting.framework
  • FirebaseRemoteConfig.framework
  • Protobuf.framework

Storage (~> Analytics)

  • FirebaseStorage.framework
  • GTMSessionFetcher.framework

Samples

You can get samples for Firebase from https://github.com/firebase/quickstart-ios:

git clone https://github.com/firebase/quickstart-ios

Note that several of the samples depend on SDKs that are not included with this archive; for example, FirebaseUI. For the samples that depend on SDKs not included in this archive, you'll need to use CocoaPods.

Versions

The frameworks in this directory map to these versions of the Firebase SDKs in Carthage.

Carthage Version
BoringSSL 9.2
Firebase 4.10.0
FirebaseABTesting 1.0.0
FirebaseAnalytics 4.1.0
FirebaseAuth 4.4.4
FirebaseCore 4.0.16
FirebaseCrash 2.0.2
FirebaseDatabase 4.1.5
FirebaseDynamicLinks 2.3.2
FirebaseFirestore 0.10.2
FirebaseInstanceID 2.0.9
FirebaseInvites 2.0.2
FirebaseMessaging 2.1.1
FirebasePerformance 1.1.2
FirebaseRemoteConfig 2.1.2
FirebaseStorage 2.1.3
FirebaseSwizzlingUtilities 1.0.0
GTMOAuth2 1.1.6
GTMSessionFetcher 1.1.14
Google-Mobile-Ads-SDK 7.29.0
GoogleAPIClientForREST 1.3.2
GoogleSignIn 4.1.2
GoogleToolboxForMac 2.1.3
Protobuf 3.5.0
gRPC 1.9.1
gRPC-Core 1.9.1
gRPC-ProtoRPC 1.9.1
gRPC-RxLibrary 1.9.1
leveldb-library 1.20
nanopb 0.3.8

Author

Soheil B.Marvasti

License

I do not own this project. This is just a simple repository to bring Carthage compatibility to Firebase.

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].