Skip to main content
Participating Frequently
April 1, 2019
Answered

Has anyone integrated Firebase auth with Premiere Pro Extendscript?

  • April 1, 2019
  • 1 reply
  • 929 views

I know Extendscript is based on a pretty old version of Javascript, but I'd think it should be possible to integrate with an external authentication provider like Google Firebase auth to allow usage of an external HTTP API. Has anyone tried that? Any experiences to report?

This topic has been closed for replies.
Correct answer Bruce Bullis

Others may have more relevant experience than I do, and...

Typically, such integrations would happen in the JavaScript of a CEP panel, not within the PPro ExtendScript engine.

1 reply

Bruce Bullis
Bruce BullisCorrect answer
Legend
April 5, 2019

Others may have more relevant experience than I do, and...

Typically, such integrations would happen in the JavaScript of a CEP panel, not within the PPro ExtendScript engine.

gary_oAuthor
Participating Frequently
April 8, 2019

Thanks Bruce -- that makes sense.