Cross domain sessions in firebase -


we building js library included on third-party sites. when user takes action on third-party site, our library pushes write-only path on firebase corresponding url made on.

to allow our clients view actions user has taken on actual site, we'd log them firebase on our end , redirect them own site. our library on site checks if uid matches 'owner' site; if so, read-access firebase path , can see these 'actions'.

i hacked realise can't persist sessions between domains. work when our clients login site, through our js drop-in. we're using simple login right now, , don't have server-side. i'm using js lib.

can use firebase this, or not support cross-domain sessions? i'm open spooling backend if custom auth help.

cheers!


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -