-
Notifications
You must be signed in to change notification settings - Fork 26
/
DESCRIPTION
44 lines (44 loc) · 1.25 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
39
40
41
42
43
44
Package: firebase
Title: Integrates 'Google Firebase' Authentication Storage, and 'Analytics' with 'Shiny'
Version: 1.0.2
Date: 2023-07-07
Authors@R: c(
person(
given = "John",
family = "Coene",
role = c("aut", "cph"),
email = "[email protected]"
),
person(
given = "David",
family ="Munoz Tord",
email = "[email protected]",
role = c("cre", "ctb"),
comment = c(ORCID = "0000-0001-7954-8295")),
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: GPL (>= 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.3
URL: https://firebase.john-coene.com/, https://github.com/JohnCoene/firebase
BugReports: https://github.com/JohnCoene/firebase/issues