FAQ's (Frequently Asked Questions)
1. How to add Firebase configuration?
export const environment = {
production: false,
firebase: {
apiKey: '<your-key>',
authDomain: '<your-project-authdomain>',
databaseURL: '<your-database-URL>',
projectId: '<your-project-id>',
storageBucket: '<your-storage-bucket>',
messagingSenderId: '<your-messaging-sender-id>'
}
};2. Getting started with Algolia Registration and process.
3. How to add more Currency in Embryo?
Add a default currency in Embryo.
4. How to add new menu in header and responsive sidebar follow these steps:-
5. How I can disable the FIREBASE?



Last updated