-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
19 lines (19 loc) · 924 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Package: firebase.auth.rest
Title: R Wrapper for Firebase Authentication REST API
Version: 1.0.0
Authors@R:
person("Kennedy", "Mwavu", , "mwavukennedy@gmail.com", role = c("aut", "cre", "cph"),
comment = c("Maintainer/developer of firebase.auth.rest since 2024", ORCID = "0009-0006-3157-7234"))
Description: A convenient and user-friendly interface to
interact with the Firebase Authentication REST API.
It enables R developers to integrate Firebase Authentication services
seamlessly into their projects, allowing for user authentication, account
management, and other authentication-related tasks.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
URL: https://github.com/kennedymwavu/firebase.auth.rest, http://mwavu.com/firebase.auth.rest/
BugReports: https://github.com/kennedymwavu/firebase.auth.rest/issues
Imports:
httr2 (>= 0.2.3)