firebase proplem
the code in product.jsx
the proplem is i want to update data but it doesnt work with firebase and stopped updatting all so i want some help
the code in product.jsx
the proplem is i want to update data but it doesnt work with firebase and stopped updatting all so i want some help
I have an async action, which fetch data from REST API:
For instance, I’ve tried things like mydict = {'funcList1': [foo(),bar(),goo()], 'funcList2': [foo(),goo(),bar()]
, which doesn’t work.