Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration file #3

Closed
SeeVetri opened this issue Feb 13, 2021 · 1 comment
Closed

Configuration file #3

SeeVetri opened this issue Feb 13, 2021 · 1 comment

Comments

@SeeVetri
Copy link

May i know how to create config file and what to put inside it

@shahshubh
Copy link
Owner

in configs.dart you need to add these 3

APP_ID = Agora.io APP ID after creating a project on their website
GIPHY_API_KEY = Giphy api key
FCM_SERVER_KEY = Your firebase fcm server key for push notifications

const String APP_ID = "your-key"; 
const String GIPHY_API_KEY =  "your-key";
const String FCM_SERVER_KEY = "your-key";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants