You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Objects are used to make the composables and functions parameters more explicit, flexible and to allow backward-compatibility if new parameters are added in the future.
32
32
33
+
## Demo App
34
+
35
+
To test the composables locally and review code samples:
36
+
37
+
1. Install Docker and Node.js
38
+
2. Clone this repository and run `npm install`
39
+
4. Run `npm run dev` to start the Demo App
40
+
41
+
To use the Google-related composables:
42
+
43
+
1. Create a Google Cloud project
44
+
2. Activate the Drive API and create an OAuth client
45
+
3. Modify and save the credentials.template.js file as credentials.js
46
+
33
47
## Composables
34
48
35
49
### Type
@@ -149,17 +163,3 @@ signOut() // Sign-out user from Google
0 commit comments