-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathNAMESPACE
More file actions
123 lines (122 loc) · 2.94 KB
/
NAMESPACE
File metadata and controls
123 lines (122 loc) · 2.94 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# Generated by roxygen2: do not edit by hand
S3method(conditionMessage,firebase_error)
S3method(print,firebase_connection)
S3method(print,firebase_error)
S3method(print,firestore_query)
S3method(print,rtdb_query)
export(FirebaseToken)
export(ServiceAccountCredentials)
export(anonymous_login)
export(auth)
export(auth_anonymous)
export(auth_create_user)
export(auth_delete_user)
export(auth_get_user)
export(auth_google)
export(auth_oauth)
export(auth_refresh_token)
export(auth_reset_password)
export(auth_sign_in)
export(auth_update_profile)
export(createUser)
export(create_token)
export(dataBackup)
export(delete)
export(delete_storage)
export(deploy_rmarkdown)
export(download)
export(dynlink_create)
export(firebase_close)
export(firebase_config_clear)
export(firebase_config_get)
export(firebase_config_load)
export(firebase_config_set)
export(firebase_config_show)
export(firebase_config_wizard)
export(firebase_connect)
export(firebase_set_token)
export(firestore_add)
export(firestore_delete)
export(firestore_get)
export(firestore_list)
export(firestore_query)
export(firestore_set)
export(firestore_update)
export(fs_execute)
export(fs_limit)
export(fs_offset)
export(fs_order_by)
export(fs_select)
export(fs_where)
export(get_dynamic_link)
export(get_storage)
export(get_url)
export(get_user_token)
export(google_devstorage_read_only)
export(google_devstorage_read_write)
export(google_firestore)
export(google_login)
export(is_authenticated)
export(is_firebase_connection)
export(list_storage)
export(load_service_account)
export(o_auth_login)
export(patch)
export(path_check)
export(path_sanitize)
export(put)
export(query_end_at)
export(query_equal_to)
export(query_execute)
export(query_limit_to_first)
export(query_limit_to_last)
export(query_order_by)
export(query_start_at)
export(resetPassword)
export(rtdb_backup)
export(rtdb_delete)
export(rtdb_get)
export(rtdb_push)
export(rtdb_query)
export(rtdb_set)
export(rtdb_update)
export(shiny_auth_server)
export(shiny_auth_ui)
export(storage_delete)
export(storage_download)
export(storage_get_metadata)
export(storage_get_url)
export(storage_list)
export(storage_upload)
export(storage_upload_folder)
export(upload)
export(upload_folder)
export(upload_storage)
importFrom(R6,R6Class)
importFrom(curl,curl_download)
importFrom(httr,DELETE)
importFrom(httr,GET)
importFrom(httr,PATCH)
importFrom(httr,POST)
importFrom(httr,PUT)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,headers)
importFrom(httr,http_error)
importFrom(httr,http_type)
importFrom(httr,oauth2.0_token)
importFrom(httr,oauth_app)
importFrom(httr,oauth_callback)
importFrom(httr,oauth_endpoints)
importFrom(httr,status_code)
importFrom(httr,upload_file)
importFrom(jsonlite,base64_dec)
importFrom(jsonlite,base64_enc)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(openssl,read_key)
importFrom(openssl,signature_create)
importFrom(stats,runif)
importFrom(utils,URLencode)
importFrom(yaml,read_yaml)
importFrom(yaml,write_yaml)