CaptainCodeman/auth-ajax

demo links broken

jparish3 opened this issue · 3 comments

I get 'entity not found' for demo attempts from Github and web components site...not sure why

That's because I moved my blog from being hosted on GitHub Pages (so the same domain) to a custom blog engine (so the domain is now different).

If you go to the github page for the component you should see it.

I need to go update some links ...

The element doesn't generate any tokens itself, it just uses what it's given - that could be a token provided by firebase (with the auth.getIdToken() method) or a custom token minted by your own server.