@daaku/firebase-rest-api
Advanced tools
Comparing version 2.0.0 to 2.1.0
// FirebaseConfig holds the base configuration and provides helpers to build | ||
// paths & URLs in the context of that configuration. | ||
export class FirebaseConfig { | ||
apiKey; | ||
projectID; | ||
databaseID; | ||
host; | ||
protocol; | ||
databasePath; | ||
endpointURL; | ||
constructor({ apiKey, projectID, databaseID = '(default)', host = 'firestore.googleapis.com', protocol = 'https', }) { | ||
@@ -5,0 +12,0 @@ this.apiKey = apiKey; |
{ | ||
"name": "@daaku/firebase-rest-api", | ||
"author": "Naitik Shah <n@daaku.org>", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Minimal wrapper around fetch to make Firebase REST API calls.", | ||
@@ -6,0 +6,0 @@ "repository": "git@github.com:daaku/firebase-rest-api", |
Sorry, the diff of this file is not supported yet
7074
79