The credentials provided by firebase are in the following manner var config = { apiKey: "", authDomain: "", databaseURL: "", projectId: "", storageBucket: "", messagingSenderId: "" }; how can I translate them to the constants that are shown in the example (DEFAULT_URL, DEFAULT_TOKEN & DEFAULT_PATH)
The credentials provided by firebase are in the following manner
var config = { apiKey: "", authDomain: "", databaseURL: "", projectId: "", storageBucket: "", messagingSenderId: "" };
how can I translate them to the constants that are shown in the example (DEFAULT_URL, DEFAULT_TOKEN & DEFAULT_PATH)