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

No database on Firebase #1

Open
huybekool opened this issue Jul 16, 2018 · 4 comments
Open

No database on Firebase #1

huybekool opened this issue Jul 16, 2018 · 4 comments

Comments

@huybekool
Copy link

huybekool commented Jul 16, 2018

I try run bot and bot very good . But I don't see database . Please send I database for Bot . Many thanks @niawjunior

@niawjunior
Copy link
Owner

step1 replace my firebase config [config.js, index.html]
var config = {
apiKey: "",
authDomain: "",
databaseURL: "",
projectId: "",
storageBucket: "",
messagingSenderId: ""
};

step2 insert firebase rule on your database
{
"rules": {
"Airdrop": {
"$uid": {
".read": true,
".write": true
}
}
}
}

@huybekool
Copy link
Author

Many thanks to @niawjunior for help me. I want question is Bot use firebase but when bot get many request then It very slow or stop respond . I want use port at sever when connect to bot , not connect sever firebase . Please help me because use firebase It very slow .

@niawjunior
Copy link
Owner

Okey, you want to store data on the database ? or you want to integrate with other the database? or not store anything.

@huybekool
Copy link
Author

Please help me two cases: Store data on the database and not store anything. Many thanks to you

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