vue3-google-signin
vue3-google-signin copied to clipboard
feat: dynamic clientId Initialization
Hi :)
- Added folders for methods, constants, and states (for global ref) under src, and restructured the folder architecture considering scalability for future method development.
- Introduced a new method named
setGoogleClientId, which operates by changing the global ref value. - The clientId can be initialized in the following ways:
- Statically during middleware installation.
- Dynamically in any component.
- Initially set and later updated dynamically.
- Fixed an issue where the style height value was not being applied to the element before the renderButton of
GoogleSignInButtonis called. - Updated the documentation, including a caution block in the section about initializing nuxt-vue3-google-signin.
I am very happy to contribute to this project. Please let me know if there are any suggestions for improvements in the folder structure or functionality.
Thanks @zuhno
this is a brilliant work, and im really happy about this PR 💪 i will review the code and let you know my thoughts :)
it looks really good as i checked on surface
@kasvith Please let me know if there are any parts that need to be revised.
Sure, i didnt have much time lately to focus on the project