0

Is the <firebase-login> element available in Polymer 1.0?

The documentation here for the <firebase-element> makes no mention of the <firebase-login> element. However it does mention <firebase-auth>.

On the other hand, my Polymer Starter Kit (PSK) ships the <firebase-login> element.

Which is the correct element to use? Do I need to update my PSK?

What's going on here?

Let Me Tink About It
  • 15,156
  • 21
  • 98
  • 207

1 Answers1

0

You have to use <firebase-auth>.

Let Me Tink About It
  • 15,156
  • 21
  • 98
  • 207