forked from JohnCoene/firebase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.07 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Package: firebase
Title: Integrates 'Google Firebase' Authentication Storage, and 'Analytics' with 'Shiny'
Version: 1.0.1.9000
Date: 2022-02-08
Authors@R: c(
person(
given = "John",
family = "Coene",
role = c("aut", "cre"),
email = "[email protected]"
),
person(
given = "Juha",
family = "Itkonen",
role = "ctb"
))
Description: Authenticate users in 'Shiny' applications using 'Google Firebase'
with any of the many methods provided; email and password, email link, or
using a third-party provider such as 'Github', 'Twitter', or 'Google'.
use 'Firebase Storage' to store files securely, and leverage 'Firebase Analytics'
to easily log events and better understand your audience.
License: AGPL-3
Encoding: UTF-8
LazyData: false
Roxygen: list(markdown = TRUE)
Imports:
cli,
jose,
shiny,
openssl,
jsonlite,
base64enc,
htmltools
Suggests:
R6 (>= 2.5.0)
RoxygenNote: 7.2.0
URL: https://firebase.john-coene.com/, https://github.com/JohnCoene/firebase
BugReports: https://github.com/JohnCoene/firebase/issues