Hello!
I`m currently following the “FIREBASE e-book” instructions, after creating the RTDB, setting rules, installing the IDE sketch using an ESP32+BME280, opening the serial monitor I receive the following:
12:05:58.485 -> ets Jun 8 2016 00:22:57
12:05:58.485 ->
12:05:58.485 -> rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
12:05:58.485 -> configsip: 0, SPIWP:0xee
12:05:58.485 -> clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
12:05:58.485 -> mode:DIO, clock div:1
12:05:58.485 -> load:0x3fff0018,len:4
12:05:58.485 -> load:0x3fff001c,len:1044
12:05:58.485 -> load:0x40078000,len:10124
12:05:58.485 -> load:0x40080400,len:5856
12:05:58.485 -> entry 0x400806a8
12:05:59.102 -> Connecting to WiFi …..192.168.15.5
12:06:02.092 ->
12:06:02.092 -> Token info: type = id token, status = on request
12:06:04.349 -> Token info: type = id token, status = ready
12:06:04.349 -> Getting User UID
12:06:04.349 -> User UID: w6BNCkC5fKOySXXXXRMaiFW0i3s1
12:06:06.800 -> FAILED
12:06:06.800 -> REASON: not found
12:06:08.968 -> FAILED
12:06:08.968 -> REASON: not found
12:06:11.108 -> FAILED
12:06:11.108 -> REASON: not found
User ID is correct, why am I getting this error?
Thanks!