Firefox Application Services
Перейти к файлу
Thom Chiovoloni d793c0ae8f
Merge pull request #1065 from mozilla/resource-class-large
Use resource_class large for circleci
2019-04-22 17:47:00 -07:00
.circleci Use resource_class large for circleci 2019-04-22 17:03:07 -07:00
.github Note that [ci full] exists in our PR template 2019-04-19 11:48:06 -07:00
automation Notify Taskcluster failures by email 2019-04-18 17:18:56 -04:00
build-scripts Use curly braces around bash variables consistently 2019-04-11 17:33:03 -04:00
buildSrc Do not automagically add nativeLibs to sourceSets 2019-04-17 16:30:54 -04:00
components Send Tab implementation 2019-04-22 15:50:10 -04:00
docs docs: Add GPG note to contributing docs 2019-04-22 09:52:03 -04:00
gradle/wrapper Pre: Update to Gradle 4.10.2 to work around a publishing issue. 2018-11-15 11:20:46 -08:00
gradle-plugin Do not inject the appservices bintray repo in the gradle-plugin 2019-04-17 11:30:49 -04:00
libs Update sqlcipher to 4.1.0. Fixes #816 2019-04-22 12:18:32 -07:00
megazords Merge pull request #1057 from mozilla/android-fixups 2019-04-22 12:18:04 -07:00
testing Fix beta-only rust warnings 2019-04-17 14:06:31 -07:00
tools feat(scripts): Generate summary of shared-vs-platform-specific code. 2019-04-17 14:24:20 +10:00
website website: add links to new blog posts and limit posts to 8 2019-04-17 11:00:42 -04:00
xcconfig Megazord for iOS 2019-02-14 16:37:18 -05:00
.buildconfig-android.yml Cut release 0.27.0 2019-04-22 13:36:46 -07:00
.detekt.yml Disable detekt lints `TooManyFunctions` and `MagicNumber`. 2019-04-22 10:54:07 -07:00
.gitignore Add Cartfile.resolved for version pinning (#879) 2019-03-29 17:06:05 -04:00
.taskcluster.yml Notify Taskcluster failures by email 2019-04-18 17:18:56 -04:00
CHANGELOG.md Cut release 0.27.0 2019-04-22 13:36:46 -07:00
CODE_OF_CONDUCT.md Bring CPG in line with CPGBot's demands, fixes #887 2019-03-31 15:38:31 -07:00
Cargo.lock Send Tab implementation 2019-04-22 15:50:10 -04:00
Cargo.toml Add `nss_sys` to our Cargo workspace 2019-04-22 12:45:16 -07:00
Cartfile Use protobuf for fxa_profile return value 2019-02-12 19:09:45 -05:00
Cartfile.resolved Generate NSS/NSPR types from headers 2019-04-16 13:14:10 -04:00
LICENSE [license] License application-services repository as MPL2. (Fixes #220) (#233) 2018-09-11 21:28:50 -04:00
README.md Fix the link to the megazord documentation 2019-04-02 18:26:04 +02:00
build-carthage.sh Rustup update in the build-carthage.sh script to save iOS devs some pain 2019-04-18 10:41:01 -07:00
build.gradle Bump our android-components version to 0.50.0 2019-04-22 12:54:50 -07:00
clippy.toml Document our use of clippy and add a (empty) clippy.toml 2019-03-20 09:02:54 -07:00
gradle.properties NSS crypto backend for SHA-256 digest 2019-04-11 17:33:03 -04:00
gradlew [automation/fxa client] Part 1a: Lift Gradle multi-project to top-level. 2018-09-19 11:09:48 -07:00
gradlew.bat [automation/fxa client] Part 1a: Lift Gradle multi-project to top-level. 2018-09-19 11:09:48 -07:00
proguard-rules-consumer-jna.pro Set consumer Proguard rules. 2018-11-27 20:29:10 -08:00
publish.gradle NSS crypto backend for SHA-256 digest 2019-04-11 17:33:03 -04:00
settings.gradle Per-module Taskcluster tasks 2019-03-20 15:11:07 -04:00

README.md

Firefox Application Services

A platform for building cloud-powered applications that target Firefox users

What's this all about?

This repository hosts the code and docs needed to integrate with the products offered by the Firefox Application Services team.

If you're interested in getting involved in the development of those products then you're in the right place! Please review the more detailed guide on how to contribute to this project as well as the Community Participation Guidelines.

If that's not why you're here, then instead you might enjoy:

Overview

This repository is used to build client-side libraries for integrating with Firefox Application services such as Firefox Accounts, Firefox Sync and Push. Each of these is called a "component" and is built using a core of shared code writen in Rust, wrapped with native language bindings for different platforms.

The end result is an application that can be assembled from re-usable components that are largely shared across platforms, like this:

component diagram

The code for these components is organized as follows:

For more details on how the client libraries are built and published, please see the Guide to Building a Rust Component.

This repository also hosts the website source for the Application Services Product Portal, which provides consumer-facing documentation on how to integrate with various Application services products.

The ./docs/ directory holds intenal documentation about working with the code in this repository, and is most likely only of interest to contributors.

Components

The currently-available Rust Components in this repo are:

  • fxa-client - for applications that need to sign in with FxA, access encryption keys for sync, and more.
  • sync15 - shared library for accessing data in Firefox Sync
  • logins - for storage and syncing of a user's saved login credentials
  • places - for storage and syncing of a user's saved browsing history
  • push - for applications to receive real-time updates via WebPush
  • rc_log - for connecting component log output to the application's log stream
  • support - low-level utility libraries
    • support/ffi - utilities for building a component's FFI bindings
    • support/sql - utilities for storing data locally with SQL