Created
March 18, 2018 02:03
-
-
Save npkumar/b0f35f4baa96a26bc9aa0e3483ed9121 to your computer and use it in GitHub Desktop.
Food finder config
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
{ | |
"firebase": { | |
"apiKey": "AIzaSyB0jThOGWLhJp-tIT-hbFbDfwSTlyBCP_Q", | |
"authDomain": "food-finder-getnpk.firebaseapp.com", | |
"databaseURL": "https://food-finder-getnpk.firebaseio.com", | |
"projectId": "food-finder-getnpk", | |
"storageBucket": "food-finder-getnpk.appspot.com", | |
"messagingSenderId": "771963462696" | |
}, | |
"yelp": { | |
"authorization": "Bearer F2kv69GPbiLVEJ5oMTDgNUyetazr7Vjwt609fb8R3craVv5j4nFy3JTQ7uHUOBihdtZUfm-QKkSC54Yy-SzJ5Tp6MpQPfmNxZ8coNUEJA35L0FoXTEjGKnQaJyKnWnYx", | |
"baseUrl": "https://api.yelp.com/v3/businesses/search" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment