msg:unauthorized, code:401 When updating document in Firestore #247
Adithya232323
started this conversation in
General
Replies: 1 comment 7 replies
-
You should enable |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
void setup() {
Serial.begin(115200);
connectWiFi();
configTime(GMT_OFFSET_SEC, DAYLIGHT_OFFSET_SEC, NTP_SERVER);
}
void loop() {
Beta Was this translation helpful? Give feedback.
All reactions