Firefox Application Services
Перейти к файлу
Edouard Oger 540e612269
Remote xcode 9.4
2018-09-13 17:47:07 -04:00
automation/taskcluster Publish logins AAR to nalexander's personal bintray. (Fixes #189) (#199) r=vladikoff,tcsc 2018-09-12 11:39:25 -07:00
docs Added Mozilla IAM 2018-09-11 23:49:10 +02:00
fxa-client Update README.md 2018-08-13 10:02:08 -07:00
libs Provide a helper script to set-up android toolchains (#182) 2018-08-20 10:17:35 -07:00
logins Use delete_credential in logins ffi so that the deletion is synced (#169) 2018-08-09 19:21:38 -04:00
logins-api/android Publish logins AAR to nalexander's personal bintray. (Fixes #189) (#199) r=vladikoff,tcsc 2018-09-12 11:39:25 -07:00
sandvich Rename fxa-rust-client to fxa-client 2018-08-09 15:32:18 -04:00
scripts FxA Client: Use arm64-v8a directory for arm64 builds (#210) 2018-09-05 14:59:50 -04:00
sync15/passwords [logins-api] Build `org.mozilla.sync15.logins` AAR. (#178) 2018-08-20 10:41:04 -07:00
sync15-adapter sync: Don't require tokenserver_base_url (and accept the qualified url instead). Also, use Url instead of String for this 2018-08-14 12:52:35 -07:00
website Website: Add Dev Process to the sidebar 2018-09-06 08:07:01 -04:00
.gitignore Provide a helper script to set-up android toolchains (#182) 2018-08-20 10:17:35 -07:00
.taskcluster.yml Publish logins AAR to nalexander's personal bintray. (Fixes #189) (#199) r=vladikoff,tcsc 2018-09-12 11:39:25 -07:00
.travis.yml Remote xcode 9.4 2018-09-13 17:47:07 -04:00
Cargo.toml Rename fxa-rust-client to fxa-client 2018-08-09 15:32:18 -04:00
LICENSE [license] License application-services repository as MPL2. (Fixes #220) (#233) 2018-09-11 21:28:50 -04:00
README.md Add components diagram in readme 2018-08-09 16:22:25 -04:00

README.md

Firefox Application Services

Contents

  • fxa-client - cross compiled FxA Rust client that can work with Firefox Sync keys and more
  • sandvich - Example apps that use SDKs built on top of fxa-client to demonstrate a FxA login flow.
  • sync15-adapter - Sync 1.5 adapter
  • libs - libs directory has build scripts for native libraries
  • docs - documentation sources
  • website - website built from documentation sources

Overview

The following diagram describes how some of the components hosted here relate to each other within an app.

Relationship between application-services components

Other Resources

  • mentat - a persistent, relational store inspired by Datomic and DataScript.
  • sync-server - an all-in-one package for running a self-hosted Firefox Sync server.

Tools