Skip to content

Instantly share code, notes, and snippets.

Change the action of google-services.json to GoogleServicesJson
Generate SHA-1 certificate
https://developers.google.com/android/guides/client-auth
@tomazsaraiva
tomazsaraiva / virtualhosts.js
Last active January 6, 2020 23:52
[Apache Virtual Hosts] #mamp #unix #server #apache
// local
// edit the hosts
sudo nano /etc/hosts
// edit the /Applications/MAMP/conf/apache/extra/httpd-vhosts.conf
<VirtualHost *>
DocumentRoot "/Users/tomazsaraiva/Documents/example/"
ServerName example.localhost
</VirtualHost>