Firebase JavaScript SDK: Difference between revisions
Jump to navigation
Jump to search
(Created page with "A Firebase JavaScript SDK is a JS SDK for GCP Firebase. * <B>See:</B> Firebase Performance Analytics SDK. ---- ---- == References == === 2021 === * https://f...") |
No edit summary |
||
Line 1: | Line 1: | ||
A [[Firebase JavaScript SDK]] is a [[JS SDK]] for [[GCP Firebase]]. | A [[Firebase JavaScript SDK]] is a [[JS SDK]] for [[GCP Firebase]]. | ||
* <B>Example(s):</B> | |||
** [[Firebase JS SDK, v9.8.4]] [https://www.npmjs.com/package/firebase/v/9.8.4]. | |||
** ... | |||
* <B>See:</B> [[Firebase Performance Analytics SDK]]. | * <B>See:</B> [[Firebase Performance Analytics SDK]]. | ||
---- | ---- | ||
Line 8: | Line 11: | ||
=== 2021 === | === 2021 === | ||
* https://firebase.google.com/docs/reference/node | * https://firebase.google.com/docs/reference/node | ||
** QUOTE: ... The [[Firebase JavaScript SDK]] implements the [[client-side librari]]es used by [[application]]s using [[Firebase service]]s. [[This SDK]] is distributed via: [[CDN]], [[npm package]], [[Bower package]]. ... | ** QUOTE: ... The [[Firebase JavaScript SDK]] implements the [[client-side librari]]es used by [[application]]s using [[Firebase service]]s. [[Firebase JavaScript SDK|This SDK]] is distributed via: [[CDN]], [[npm package]], [[Bower package]]. ... | ||
=== 2021 === | |||
* https://firebase.google.com/docs/analytics | |||
** QUOTE: ... [[Firebase JavaScript SDK|The SDK]] automatically captures a number of events and user properties and also allows you to define your own custom events to measure the things that uniquely matter to your business. ... | |||
---- | ---- | ||
__NOTOC__ | __NOTOC__ |
Revision as of 01:10, 30 June 2022
A Firebase JavaScript SDK is a JS SDK for GCP Firebase.
- Example(s):
- See: Firebase Performance Analytics SDK.
References
2021
- https://firebase.google.com/docs/reference/node
- QUOTE: ... The Firebase JavaScript SDK implements the client-side libraries used by applications using Firebase services. This SDK is distributed via: CDN, npm package, Bower package. ...
2021
- https://firebase.google.com/docs/analytics
- QUOTE: ... The SDK automatically captures a number of events and user properties and also allows you to define your own custom events to measure the things that uniquely matter to your business. ...