dependencies | R Documentation |
Include dependencies in your Shiny application.
use_firebase
must be included in
every application.
useFirebase(analytics = FALSE, firestore = FALSE)
useFirebaseUI(...)
firebaseUIContainer()
analytics |
Deprecated. Whether to include analytics. |
firestore |
Whether to include firestore. |
... |
Ignored, for backwards compatibility. |
Place useFirebaseUI
where you want
the pre-built UI to be placed. Otherwise one
No return value, called for side effects.
useFirebase
Is required for every app that uses this package
useFirebaseUI
Is required for applications that use FirebaseUI
firebaseUIContainer
To place the container of the pre-built UI where desired
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.