-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #347 from ConnectyCube/feature/facebook_auth
Facebook auth
- Loading branch information
Showing
32 changed files
with
61,062 additions
and
60,472 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="facebook_app_id">786550356345266</string> | ||
<string name="fb_login_protocol_scheme">fb786550356345266</string> | ||
<string name="facebook_client_token">85257b1c8796e12ca3539373237c404c</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ | |
https://developers.google.com/web/fundamentals/primers/service-workers --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/pica.min.js" ></script> | ||
<script> | ||
const serviceWorkerVersion = "2694547771"; | ||
const serviceWorkerVersion = "361586620"; | ||
var scriptLoaded = false; | ||
function loadMainDartJs() { | ||
if (scriptLoaded) { | ||
|
Oops, something went wrong.