DEV Community

Discussion on: Google SignIn Compose

Collapse
 
vishnuharidas profile image
Vishnu Haridas

Good article!

Tip: code is hard to learn without syntax coloring. Start your code block with the language name, and they will highlight it for you, for example:



   ```kotlin
   // code
   ```