create_config
function, use firebase_config
.useFirebaseUI
in favour of firebaseUIContainer
.useFirebase
deprecate analytics
and firestore
arguments.FirebaseEmailLink
the method called send
has been renamed to send_email
: this method was overwriting an internal private method, actually breaking many things.Storage
class to use Firebase Storage, requires the user to be signed in.Analytics
class to use Firebase AnalyticsFirebaseEmailLink
the config
method is no longer compulsary; redirect URL is dynamically fetched.email_link
to FirebaseUI
.request_token_id
and get_id_token
methods to retrieve the user’s id token.create_config
in favour of firebase_config
First CRAN submission. All get_
methods return a list of length 2 containing success
a boolean indicating whether to operation was successful and response
containing the result of the response if there is one, otherwise the string successful
, or the error
if there is one.
Initial version