Fork me on GitHub
#fulcro
<
2018-10-09
>
mavbozo06:10:07

@eoliphant my UI calls firebase auth, kinda similar to Auth0,Cognito,etc. I create custom remote for that.

4
mavbozo06:10:32

Fulcro's Network protocol + Pathom make creating custom remote for firebase auth easier.

magra12:10:27

Hi, :fulcro.ui.form-state/forms-by-ident has idents like {:row 12345 :table :item/by-id} instead of [:item/by-id 12345]. This fools fulcro-inspect into displaying it as a vector. Could this be the cause of fulcro-inspect hanging on resolution of temp-ids?

johnny15:10:51

Hi quick question, is it possible to add computes attributes directly to a defcard-fulcro?

tony.kay20:10:18

@johnny not sure what you’re asking. You mean you want to pass computed to the top-level from the card? If so, no. You’d have to write your own wrapper root and do it from there.

tony.kay20:10:44

@magra It uses strange idents…you sure you’re seeing them correctly?

tony.kay20:10:02

that should be the ID, not the ident, I think.