An open API service indexing awesome lists of open source software.

https://github.com/sparrowcode/firewrap


https://github.com/sparrowcode/firewrap

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Firewrap (Firebase Wrapper)

## Database

```swift
// Make document
let document = FirewrapDocument("/example1/doc-example")

document.get { data in
// Get data once
}

document.observe { data in
Observe data
}
```

## Analytics

## Auth

## Remote Config