Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

google-account

Using Google account to log in to an Android Application

December 23, 2023 by Tarik
Categories android Tags android, authentication, google-account Leave a comment

Create Email account from type existing Account Services

December 7, 2023 by Tarik
Categories android Tags accountmanager, android, google-account Leave a comment

How can I change accounts when I am trying to open up a restricted Google Form?

November 30, 2023 by Tarik

As it turns out there is, although this is not apparent anywhere on Google’s help site from what I could find. If you modify the URL and add u/1/ immediately after https://docs.google.com/forms/ then you will be logged into the form using the second Google account that you are authenticated against in your browser. Note: You … Read more

Categories url Tags google-account, google-forms, url Leave a comment

Does Google provide test users for integration testing

July 19, 2023 by Tarik

You are correct Google don’t offer a test user API in the same way that Facebook do. I think you have two options: Use “real” Google users as you stated. This can cause issues if Google blocks these accounts or adds extra checks to test if they are real users to not (Phone verification). They … Read more

Categories oauth-2.0 Tags google-account, google-oauth, integration-testing, oauth-2.0 Leave a comment

Accessing Google Account Id /username via Android

February 9, 2023 by Tarik

I’ve ran into the same issue and these two links solved for me: The first one is this one: How do I retrieve the logged in Google account on android phones? Which presents the code for retrieving the accounts associated with the phone. Basically you will need something like this: AccountManager manager = (AccountManager) getSystemService(ACCOUNT_SERVICE); … Read more

Categories android Tags android, google-account Leave a comment

Bitbucket git credentials if signed up with Google

September 21, 2022 by Tarik

You should do a one-time setup of creating an “App password” in Bitbucket web UI with permissions to at least read your repositories and then use it in the command line. How-to: Login to Bitbucket Click on your profile image on the right (now on the bottom left) Choose Bitbucket settings (now Personal settings) Under … Read more

Categories git Tags bitbucket, git, google-account Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa