File tree 3 files changed +3
-2
lines changed
appengine/firebase-tictactoe
src/main/java/com/example/appengine/firetactoe
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 18
18
<packaging >war</packaging >
19
19
<version >1.0-SNAPSHOT</version >
20
20
<groupId >com.example.appengine</groupId >
21
- <artifactId >appengine-firebase</artifactId >
21
+ <artifactId >appengine-firebase-tictactoe </artifactId >
22
22
<parent >
23
23
<groupId >com.google.cloud</groupId >
24
24
<artifactId >doc-samples</artifactId >
Original file line number Diff line number Diff line change 16
16
17
17
package com .example .appengine .firetactoe ;
18
18
19
- import com .google .api .client .extensions .appengine .http .UrlFetchTransport ;
20
19
import com .google .api .client .auth .oauth2 .Credential ;
20
+ import com .google .api .client .extensions .appengine .http .UrlFetchTransport ;
21
21
import com .google .api .client .googleapis .auth .oauth2 .GoogleCredential ;
22
22
import com .google .api .client .http .ByteArrayContent ;
23
23
import com .google .api .client .http .GenericUrl ;
Original file line number Diff line number Diff line change 54
54
<module >appengine/datastore/indexes-perfect</module >
55
55
<module >appengine/endpoints-frameworks-v2/backend</module >
56
56
<module >appengine/firebase-event-proxy/gae-firebase-event-proxy</module >
57
+ <module >appengine/firebase-tictactoe</module >
57
58
<module >appengine/guestbook-objectify</module >
58
59
<module >appengine/helloworld</module >
59
60
<module >appengine/helloworld-new-plugins</module >
You can’t perform that action at this time.
0 commit comments