https://github.com/dankinsoid/swift-firebase-tools
Firebase analytics, logs, metrics and traces backends
https://github.com/dankinsoid/swift-firebase-tools
Last synced: 10 months ago
JSON representation
Firebase analytics, logs, metrics and traces backends
- Host: GitHub
- URL: https://github.com/dankinsoid/swift-firebase-tools
- Owner: dankinsoid
- License: mit
- Created: 2024-05-06T12:52:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-17T11:03:48.000Z (10 months ago)
- Last Synced: 2025-08-17T13:06:34.955Z (10 months ago)
- Language: Swift
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SwiftFirebaseTools
[](https://travis-ci.org/dankinsoid/SwiftFirebaseTools)
[](https://cocoapods.org/pods/SwiftFirebaseTools)
[](https://cocoapods.org/pods/SwiftFirebaseTools)
[](https://cocoapods.org/pods/SwiftFirebaseTools)
## Description
This repository provides
## Example
```swift
```
## Usage
## Installation
1. [Swift Package Manager](https://github.com/apple/swift-package-manager)
Create a `Package.swift` file.
```swift
// swift-tools-version:5.7
import PackageDescription
let package = Package(
name: "SomeProject",
dependencies: [
.package(url: "https://github.com/dankinsoid/SwiftFirebaseTools.git", from: "0.0.4")
],
targets: [
.target(name: "SomeProject", dependencies: ["SwiftFirebaseTools"])
]
)
```
```ruby
$ swift build
```
2. [CocoaPods](https://cocoapods.org)
Add the following line to your Podfile:
```ruby
pod 'SwiftFirebaseTools'
```
and run `pod update` from the podfile directory first.
## Author
dankinsoid, voidilov@gmail.com
## License
SwiftFirebaseTools is available under the MIT license. See the LICENSE file for more info.