mobizt / Firebase-ESP32

[DEPRECATED]🔥 Firebase RTDB Arduino Library for ESP32. The complete, fast, secured and reliable Firebase Arduino client library that supports CRUD (create, read, update, delete) and Stream operations.
MIT License
415 stars 118 forks source link

Device creashes when calling Firebase.begin() #20

Closed sapuz1508 closed 5 years ago

sapuz1508 commented 5 years ago

When i write the line Firebase.begin("FIREBASE_ID", "SECRET") it continues to crash with the log

rst:0x3 (SW_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:1 load:0x3fff0018,len:4 load:0x3fff001c,len:1100 load:0x40078000,len:10088 load:0x40080400,len:6380 entry 0x400806a4

help pls!

mobizt commented 5 years ago

No special operation inside Firebase.begin to cause the error. It's just to store credentials data in C and C++ basic string.

Try all of followings

Post your sketch here if still getting error.

sapuz1508 commented 5 years ago

Thx