• Stars
    star
    402
  • Rank 103,901 (Top 3 %)
  • Language
    Ruby
  • License
    Apache License 2.0
  • Created almost 4 years ago
  • Updated 17 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

โšก Precompiled Firestore iOS SDKs extracted from the Firebase iOS SDK repository release downloads for faster build times.

Firestore iOS SDK

Precompiled Firestore iOS SDK xcframework files extracted from the Firebase iOS SDK repository release downloads, tagged by Firebase iOS SDK version and presented as a consumable podspec.

Why

Currently the Firestore iOS SDK depends on some 500k lines of mostly C++, which when compiling as part of your Xcode build takes a long time - even more so in CI environments.

Related Issues

Before & After

Before and after timing below, timed when running Xcode build (with cache fully cleared) in a project with Firestore.

Mac mini (2018) 6 cores:

Before:    ~ 240s
After:     ~  45s

GitHub Action CI 2 cores:

Before:    ~ 551s
After:     ~ 174s

Usage

Integrating is as simple as adding 1 line to your main target in your projects Podfile. Any dependencies in your project that already consume the Firebase iOS SDK from pods will then automatically source Firestore from these precompiled binaries rather than from source.

  • For Flutter & React Native this file is usually located at ios/Podfile
  • For Flutter the target is usually called Runner and can be added inside the target 'Runner' do block in your podfile.
  • For React Native this would be inside the target that has all your local React-* pods included.
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '7.11.0'

โš ๏ธ Note: where the tag says 7.11.0 this should be changed to the pod version of Firebase/Firestore that you or your dependencies are using - in the format X.X.X, for FlutterFire the version that is being used can be seen here, for React Native Firebase here. If no version is specified on your current Firebase/Firestore pod then you can omit , :tag => '7.11.0' from the line above and use the latest version on master.

The first time you pod install a specific version, CocoaPods will remotely retrieve this git repository at the specifed tag and cache it locally for use as a source for the FirebaseFirestore pod.

โš ๏ธ Note: if you were previously caching iOS builds on CI you may now find that when using precompiled binaries that caching is no longer required and it may actually slow down your build times by several minutes.

Resolving 'leveldb' missing or duplicate symbol errors

The "leveldb" framework is needed by FirebaseFirestore but may be included in other libraries, so it needs to be included or excluded correctly. The podspec here attempts to do that for you automatically by default, by detecting known situations where it should be excluded, but sometimes auto-detection fails.

If your build fails due with duplicate 'leveldb' symbols, pod FirebaseFirestore/WithoutLeveldb as the pod name instead of pod FirebaseFirestore, reinstall pods and try rebuilding.

If your build fails due with missing 'leveldb' symbols, pod FirebaseFirestore/WithLeveldb as the pod name instead of pod FirebaseFirestore, reinstall pods and try rebuilding.

Supported Firebase iOS SDK versions

The below are the currently supported Firebase iOS SDK versions of this repository, this list is updated automatically.

โš ๏ธ Note: if you are looking for a new version that is not listed in the supported versions list, examine the upstream release notes for firebase-ios-sdk carefully. This can happen if the firebase-ios-sdk team issues an interim release to solve some urgent problem, but do not run their full release process. If that happens, don't worry - just wait for the next supported version before moving forward, or temporarily de-integrate this pre-compiled framework if you must use the interim version. 6.31.1 is an example of this, with more details here for why it might happen.

License


Built and maintained by Invertase.

More Repositories

1

react-native-firebase

๐Ÿ”ฅ A well-tested feature-rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for all Firebase services.
JavaScript
11,434
star
2

rdash-angular

AngularJS implementation of the RDash admin dashboard theme
HTML
4,691
star
3

react-native-material-design

React Native UI Components for Material Design
JavaScript
3,155
star
4

notifee

โš›๏ธ A feature rich notifications library for React Native.
TypeScript
1,712
star
5

react-native-apple-authentication

A React Native library providing support for Apple Authentication on iOS and Android.
JavaScript
1,338
star
6

react-native-firebase-starter

DEPRECATED: For RNFB v5 only.
JavaScript
1,170
star
7

melos

๐ŸŒ‹ A tool for managing Dart projects with multiple packages. With IntelliJ and Vscode IDE support. Supports automated versioning, changelogs & publishing via Conventional Commits.
Dart
1,034
star
8

react-native-google-mobile-ads

React Native Google Mobile Ads enables you to monetize your app with AdMob.
TypeScript
603
star
9

react-native-material-design-demo

An Android app to demonstrate react-native-material-design
JavaScript
494
star
10

react-native-notifee

Moved to https://github.com/invertase/notifee
TypeScript
467
star
11

docs.page

Instant Open Source docs with zero configuration.
TypeScript
424
star
12

stripe-firebase-extensions

Repository of Firebase Extensions built by Stripe.
TypeScript
418
star
13

react-query-firebase

React Query hooks for managing asynchronous operations with Firebase. Supports Authentication, Analytics, Firestore & Realtime Database.
TypeScript
367
star
14

denque

The fastest javascript implementation of a double-ended queue. Used by the official Redis, MongoDB, MariaDB & MySQL libraries for Node.js and many other libraries.
JavaScript
347
star
15

zapp.run

Zapp! A free online sandbox environment for building Flutter applications in the browser.
Dart
309
star
16

spec

โœ… A streamlined testing framework for Dart & Flutter.
Dart
303
star
17

dart_edge

Run Dart on the Edge - supporting Vercel & Cloudflare Workers (more coming soon).
Dart
302
star
18

dart_custom_lint

๐Ÿ’ก Easily write powerful Dart & Flutter lint rules for your projects or for users of your packages.
Dart
269
star
19

angular-toasty

A simple standalone AngularJS module with extensive features that provides growl-style alerts and messages for your app!
CSS
255
star
20

react-native-firebase-docs

DEPRECATED: For RNFB v5 only.
189
star
21

github-action-dart-analyzer

A GitHub action to run Dart analyzer with annotation support.
TypeScript
168
star
22

flutterfire_cli

A CLI to help with using FlutterFire in your Flutter applications.
Dart
160
star
23

react-native-firebase-authentication-example

An example React Native Firebase application integrating authentication.
TypeScript
138
star
24

conference-app

Dart
116
star
25

dart_firebase_admin

๐Ÿ”ฅ A Firebase Admin SDK for Dart.
Dart
103
star
26

jet

โœˆ๏ธ Test your React Native modules e2e; mock-free and native testing code free.
JavaScript
98
star
27

globe

๐ŸŒŽ The global deployment platform for Dart & Flutter applications.
Dart
98
star
28

react-native-gradle-plugin

A gradle plugin for React Native Android that simplifies and standardises build configurations (such as dependency versioning) for Projects & React Native modules.
Groovy
62
star
29

dart_docker

๐Ÿ‹ A Dart client for the Docker API via local unix socket.
Dart
41
star
30

flutter_desktop_webview_auth

WebView OAuth flows for desktop flutter apps
C++
31
star
31

dart_firebase_apis

๐Ÿ”ฅ Generated Firebase APIs for Dart. Additionally Includes private and unlisted APIs.
Dart
29
star
32

puppeteer-pool

Flexible Puppeteer Browser instance resource pooling.
JavaScript
28
star
33

nodejs-paddle-sdk

A fully typed Node.js library for integration with Paddle.
TypeScript
26
star
34

deeps

Performant utilities to manage deeply nested objects. get, set, flatten, diff etc.
JavaScript
26
star
35

samples

Collection of samples from our projects and tutorials.
Dart
20
star
36

dart-cli-utilities

โš’๏ธ A monorepo containing a collection of packages that provide useful functionality for building CLI applications in Dart.
Dart
20
star
37

cluster-key-slot

Generates CRC hashes for strings - for use by Node Redis clients to determine key slots.
JavaScript
17
star
38

react-native-firebase-workshop-app

Showcasing React Native + Firebase
TypeScript
13
star
39

sails-firebase-auth

A SailsJS v1 JSON starter api with Firebase token authentication.
JavaScript
10
star
40

crc16

Native node addon to calculate CRC16 values.
C++
10
star
41

firebase-firestore-fields

Convert Firebase Cloud Firestore fields into a usable JavaScript format
JavaScript
10
star
42

react-native-auto-link-example

Init a React Native project with auto-linking ๐Ÿ”ฅ
Objective-C
10
star
43

react-native-template

Generic template for Invertase React Native projects
Objective-C
10
star
44

remix-firebase-storage-file-handler

An upload handler for Remix using Firebase Storage
TypeScript
8
star
45

a2a

Async await to Array -> `const [error, value] = await A2A(fooPromise());`
JavaScript
7
star
46

nodejs-google-java-format

Node.js repackaging of Google's native `google-java-format` tool.
JavaScript
7
star
47

dart_globe_examples

Repository containing various Dart examples for Globe.
6
star
48

nx-dart

A Nx plugin, that adds support for developing Dart and Flutter packages in a Nx workspace.
TypeScript
6
star
49

babel-preset-react-native-syntax

๐Ÿ“ฆBabel preset providing syntax only plugins used by babel-preset-react-native - supports React Native ^0.56.0.
JavaScript
5
star
50

firebase-relationship

A simple Firebase Realtime Database relationship manager.
JavaScript
5
star
51

firebase-extension-utilities

TypeScript
4
star
52

sails-ioredis

Redis adapter for waterline with sentinel and cluster support support (ioredis)
JavaScript
4
star
53

tutorials

๐ŸŽ“ A collection of open-source tutorials by us and the open-source community covering topics such as React Native and Firebase.
4
star
54

balanced-employee-ip-agreement

An English law and Open Source friendly Balanced Employee IP Agreement - providing a balanced approach to assigning control of intellectual property (IP) created by UK company employees. See releases for PDF/MD files
4
star
55

flutterfire_ui

Dart
3
star
56

redis-writable

Fast conversion of commands and args to redis protocol writables.
JavaScript
3
star
57

wtfork

Subscribe to and publish events between parent and child node processes using the standard node event emitter api or call parent methods directly from the child process and vice versa.
JavaScript
3
star
58

firebase-functions-python-old

[WIP] Firebase SDK for Cloud Functions and Python.
Python
3
star
59

llm-gcp

Python
3
star
60

extensions-quickstart-js

Firebase Extensions quick start examples
TypeScript
3
star
61

firebase_performance_flutter_example

Testing
Dart
2
star
62

meta

General guidelines and documentation for the Invertase GitHub org.
1
star
63

ios-sdk-10-issues

iOS SDK 10 Firebase Storage issues
Objective-C
1
star
64

react-custom-event

React hook for window CustomEvent
JavaScript
1
star
65

docker-react-native-firebase-android

Dockerfile
1
star
66

oss-discord-community

Nothing to see here.
1
star
67

.github

Default community health files for Invertase.
1
star