How do I find the redirect_uri?

I have an Ionic2 app that I would like to add GooglePlus Authentication to.

I get the following error:

enter image description here

As far as I understand, it’s because I have not set up a redirect_uri.

Question

What redirect_uri (Authorized redirect URIs) should I use for an Ionic2 app? Where do I find it?

enter image description here

The following works with Facebook login.

enter image description here

Did you find out where to discover the ionic redirect_uri?