Learn R Programming

firebase (version 0.2.1)

dependencies: Dependencies

Description

Include dependencies in your Shiny application. use_firebase must be included in every application.

Usage

useFirebase(analytics = FALSE, firestore = FALSE)

useFirebaseUI(container = TRUE)

firebaseUIContainer()

Arguments

analytics

Whether to include analytics.

firestore

Whether to include firestore.

container

Whether to include the container that wraps the pre-built UI. If set to FALSE then one must use firebaseUIContainer where said pre-built UI is required.

Functions

  • 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

Details

Place useFirebaseUI where you want the pre-built UI to be placed. Otherwise one