https://github.com/softmotions/nativescript-plugin-google-signin-button
A NativeScript plugin to create native Google sign-in button
https://github.com/softmotions/nativescript-plugin-google-signin-button
android google-sign-in nativescript nativescript-plugin ui-components
Last synced: 11 months ago
JSON representation
A NativeScript plugin to create native Google sign-in button
- Host: GitHub
- URL: https://github.com/softmotions/nativescript-plugin-google-signin-button
- Owner: Softmotions
- Created: 2017-05-13T17:51:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-25T22:37:22.000Z (over 8 years ago)
- Last Synced: 2025-07-12T04:39:49.442Z (11 months ago)
- Topics: android, google-sign-in, nativescript, nativescript-plugin, ui-components
- Language: TypeScript
- Size: 81.1 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A NativeScript plugin to create native Google sign-in button
Supports Nativescript **3.0.x** and **Android platform** only.
Adapts the native Android
[SignInButton](https://developers.google.com/android/reference/com/google/android/gms/common/SignInButton.html)
control
## Installation
tns plugin add nativescript-plugin-google-signin-button
## Screenshot

## Usage
## Attributes
* **colorStyle** - Button color scheme. `dark`, `light`, `auto` (Google Play services will decide the color style
for sign-in button)
* **sizeStyle** - Button size. `standard`, `wide`, `icon` (icon only shown)
## License
MIT