https://github.com/sparrowcode/firewrap
https://github.com/sparrowcode/firewrap
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sparrowcode/firewrap
- Owner: sparrowcode
- License: mit
- Created: 2024-03-25T14:01:59.000Z (over 1 year ago)
- Default Branch: v1
- Last Pushed: 2025-02-19T10:53:44.000Z (10 months ago)
- Last Synced: 2025-04-07T20:21:21.682Z (8 months ago)
- Language: Swift
- Size: 46.9 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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