bangive

Results 5 issues of bangive

When i try to run the app not working, the console shown error: ``` Uncaught TypeError: __WEBPACK_IMPORTED_MODULE_3_firebase_database___default(...) is not a function at new Home (index.js?8efe:22) at createComponent (preact.js?10a9:220) at buildComponentFromVNode...

When use this library, i have the 2 following error: Error 1: ``` error: no suitable method found for generateData(int,String ,boolean,PixmapPacker) FreeTypeFontGenerator.FreeTypeBitmapFontData fontData = generato r.generateData(fontSize, FreeTypeFontGenerator.DEFAULT_CHARS, false, packer); ^...

Do you care about this warning from google https://developers.google.com/maps/documentation/javascript/places-autocomplete: ` Warning: The implementation for types in text search requests is changing. The types parameter is deprecated as of February 16,...

I think we can use json web token to authentiate user to use api other than using session. If attacker gain our session he can do all thing, but when...

Looked at your password hash function. As this [article](https://crackstation.net/hashing-security.htm), i think your implement is insecure because it use the same salt for every password hashing. Am i wrong? Also is...